Skip to content

Commit

Permalink
Update supported Python versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolverdude committed Mar 25, 2023
1 parent 723f06e commit 124d6a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ language: python

# run tests for all envs
python:
- 3.5
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11
env: ISOLATED=false
install: pip install tox tox-travis
script: tox
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ classifiers =
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
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 :: 3.10
Programming Language :: Python :: 3.11
Topic :: Software Development :: Code Generators
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Utilities
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 = py35, py35, py37, py38, py39
envlist = py37, py38, py39, py310, py311
skip_missing_interpreters = true

[testenv]
Expand Down

0 comments on commit 124d6a5

Please sign in to comment.