Skip to content

Commit

Permalink
Remove old interpreter versions
Browse files Browse the repository at this point in the history
Add interpreter versions 3.8 and 3.9.
  • Loading branch information
saschpe committed Jul 15, 2021
1 parent 250d327 commit e56bc6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Not supported
Requirements
------------

- Python 2.7, 3.4, 3.5, 3.6 or 3.7
- Python 3.4 - 3.9,
- ply (Python Lex-Yacc) (check requirements.txt)
- six

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Code Generators',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py35,py36,py37,py38,pypy,pypy3
envlist = py36,py37,py38,py39,pypy,pypy3
skip_missing_interpreters = True

[testenv]
Expand Down

0 comments on commit e56bc6f

Please sign in to comment.