We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a19dede + 1188387 commit 8b1f665Copy full SHA for 8b1f665
.github/workflows/config.yml
@@ -14,7 +14,7 @@ jobs:
14
max-parallel: 4
15
matrix:
16
os: [ubuntu-latest, windows-latest]
17
- python-version: [3.6, 3.7]
+ python-version: [3.6, 3.7, 3.8]
18
19
steps:
20
- uses: actions/checkout@v1
setup.py
@@ -31,6 +31,7 @@
31
classifiers=[
32
"Programming Language :: Python :: 3.6",
33
"Programming Language :: Python :: 3.7",
34
+ "Programming Language :: Python :: 3.8",
35
"Programming Language :: Python :: 3 :: Only",
36
],
37
python_requires=">=3.6",
0 commit comments