Skip to content

Commit aca9b53

Browse files
committed
tox: get rid of python < 3.8
1 parent ec29304 commit aca9b53

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyrepl/completer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
class Completer:
2424
def __init__(self, ns):
25-
print(f"init with {ns=}")
2625
self.ns = ns
2726

2827
def complete(self, text):

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{27,34,35,36,37,38,39,py,py3}, flake8
2+
envlist = py{38,39,310,311,py3}, flake8
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)