summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHubert Kario <hubert@kario.pl>2023-02-23 22:37:29 +0100
committerHubert Kario <hubert@kario.pl>2023-02-24 15:41:50 +0100
commit0edcc812994df273b86f815db66476c22a67969f (patch)
tree22434663b900386336219516716ac9e97181acdd /tox.ini
parent644412d7a27503fb682e7201c57343f3c43b6640 (diff)
downloadecdsa-0edcc812994df273b86f815db66476c22a67969f.tar.gz
Drop support for python 3.3 and python 3.4
As Github actions is dropping support for Ubuntu-18.04 images and those are the only ones that support easy execution of python 3.3 and python 3.4 environments, support for py3.3 and 3.4 would be hard to ensure. For old systems python 2.6 and 2.7 support will remain.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 3 insertions, 9 deletions
diff --git a/tox.ini b/tox.ini
index 4686486..390b737 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,18 +1,13 @@
[tox]
-envlist = py26, py27, py33, py34, py35, py36, py37, py38, py39, py310, py311, py, pypy, pypy3, gmpy2py27, gmpy2py39, gmpy2py310, gmpypy27, gmpypy39, gmpypy310, codechecks
+envlist = py26, py27, py35, py36, py37, py38, py39, py310, py311, py, pypy, pypy3, gmpy2py27, gmpy2py39, gmpy2py310, gmpypy27, gmpypy39, gmpypy310, codechecks
[testenv]
deps =
- py{33}: py<1.5
- py{33}: pytest<3.3
- py{33}: enum34
- py{33}: hypothesis<3.44
py{26}: unittest2
py{26}: hypothesis<3
- py{34}: attrs<21
- py{26,27,34,35,36,37,38,39,310,311,py,py3}: pytest
- py{27,34,35,36,37,38,39,310,311,py,py3}: hypothesis
+ py{26,27,35,36,37,38,39,310,311,py,py3}: pytest
+ py{27,35,36,37,38,39,310,311,py,py3}: hypothesis
gmpy2py{27,39,310,311}: gmpy2
gmpypy{27,39,310,311}: gmpy
gmpy{2py27,2py39,2py310,2py311,py27,py39,py310,py311}: pytest
@@ -31,7 +26,6 @@ deps =
py27_old_gmpy2: hypothesis
py: pytest
py: hypothesis
- py{33}: wheel<0.30
coverage
commands = coverage run --branch -m pytest {posargs:src/ecdsa}