Skip to content

Commit 5c23e55

Browse files
Set Python support to 3.6-3.9
1 parent 52f698e commit 5c23e55

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/python-package.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.5', '3.6', '3.7', '3.8']
18+
python-version: ['3.6', '3.7', '3.8', '3.9']
1919

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

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"Intended Audience :: Developers",
2020
"Topic :: Software Development :: Build Tools",
2121
"License :: OSI Approved :: MIT License",
22-
"Programming Language :: Python :: 3",
23-
"Programming Language :: Python :: 3.4",
24-
"Programming Language :: Python :: 3.5",
2522
"Programming Language :: Python :: 3.6",
23+
"Programming Language :: Python :: 3.7",
24+
"Programming Language :: Python :: 3.8",
25+
"Programming Language :: Python :: 3.9",
2626
],
2727
)

0 commit comments

Comments
 (0)