From bd749723a44f8d98291abce2a38a2eec75689734 Mon Sep 17 00:00:00 2001 From: Wassilios Lytras Date: Wed, 5 Jan 2022 12:05:58 +0100 Subject: [PATCH] Add Python 3.10., bump pytest --- .travis.yml | 1 + setup.py | 3 ++- tox.ini | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 10e1aa0..d9b345f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - '3.7' - '3.8' - '3.9' + - '3.10.1' install: - pip install -e ".[tests]" script: diff --git a/setup.py b/setup.py index f608e8d..b28be61 100644 --- a/setup.py +++ b/setup.py @@ -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", @@ -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", ], diff --git a/tox.ini b/tox.ini index 582303c..c1f1f9f 100644 --- a/tox.ini +++ b/tox.ini @@ -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