Skip to content

Commit

Permalink
Remove Python 3.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
chadgates committed Jan 5, 2022
1 parent 42fdffe commit 957c112
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ python:
- '3.7'
- '3.8'
- '3.9'
- '3.10.1'
install:
- pip install -e ".[tests]"
script:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Security :: Cryptography",
"Topic :: Communications",
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py37, py38, py39, py310
envlist = py37, py38, py39

[testenv]
commands = {envpython} setup.py test
Expand Down

0 comments on commit 957c112

Please sign in to comment.