Skip to content

Commit 4b24d5c

Browse files
committed
enable and enforce python 3.9 tests
1 parent 6efe4b5 commit 4b24d5c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
]
4242

4343
PACKAGE = {
44-
'version': '2.2.0',
44+
'version': '2.2.1',
4545
'author': [ag, sdw],
4646
'maintainer': [ag, sdw],
4747
'excluded_pkgs_rpm': ['vsc', 'vsc.utils'], # vsc is default, vsc.utils is provided by vsc-base

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# DO NOT EDIT MANUALLY
44

55
[tox]
6-
envlist = py36
6+
envlist = py36,py39
77
skipsdist = true
88

99
[testenv]

vsc-ci.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[vsc-ci]
22
enable_github_actions=1
3+
py39_tests_must_pass=1

0 commit comments

Comments
 (0)