Skip to content

Commit a75d35d

Browse files
committed
- do not use python 3.9
1 parent d299c26 commit a75d35d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/netlicensing-python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [3.6, 3.7, 3.8, 3.9]
18+
python-version: [3.6, 3.7, 3.8]
1919

2020
steps:
2121
- uses: actions/checkout@v2

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
'Programming Language :: Python :: 3.6',
3737
'Programming Language :: Python :: 3.7',
3838
'Programming Language :: Python :: 3.8',
39-
'Programming Language :: Python :: 3.9',
4039
'Topic :: Software Development :: Libraries :: Python Modules',
4140
'Topic :: System :: Software Distribution',
4241
'Topic :: Utilities'

0 commit comments

Comments
 (0)