File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- python-version : [3.6, 3.7, 3.8]
16
+ python-version : [3.6, 3.7, 3.8, 3.9 ]
17
17
os : [macOS-latest, ubuntu-latest, windows-latest]
18
18
19
19
steps :
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ classifiers = [
16
16
" Programming Language :: Python :: 3.6" ,
17
17
" Programming Language :: Python :: 3.7" ,
18
18
" Programming Language :: Python :: 3.8" ,
19
+ " Programming Language :: Python :: 3.9" ,
19
20
]
20
21
description-file = " README.rst"
21
22
requires = [" fissix" ]
@@ -78,17 +79,18 @@ legacy_tox_ini = """
78
79
79
80
[tox]
80
81
envlist =
81
- py{36,37,38},lint
82
- minversion=3.20.0
82
+ py{36,37,38,39},lint
83
+ minversion=3.20.1
84
+ isolated_build=true
83
85
requires=
84
- virtualenv >= 20.0.31
85
- tox-wheel >= 0.5.0
86
+ virtualenv >= 20.1.0
87
+ tox-wheel >= 0.6.0
88
+ tox-gh-actions >= 2.1.0
86
89
87
90
[testenv]
88
91
extras = test
89
92
commands = pytest {posargs}
90
93
wheel = True
91
- wheel_pep517 = True
92
94
wheel_build_env = build
93
95
94
96
[testenv:build]
You can’t perform that action at this time.
0 commit comments