Skip to content

Commit

Permalink
Add Python 3.10., bump pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
chadgates committed Jan 5, 2022
1 parent 957c112 commit bd74972
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- '3.7'
- '3.8'
- '3.9'
- '3.10.1'
install:
- pip install -e ".[tests]"
script:
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
]

tests_require = [
"pytest==6.2.1",
"pytest==6.2.5",
"toml==0.10.2",
"pytest-cov==2.8.1",
"coverage==5.0.4",
Expand Down Expand Up @@ -38,6 +38,7 @@
"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
envlist = py37, py38, py39, py310

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

0 comments on commit bd74972

Please sign in to comment.