Ver código fonte

Merge pull request #24 from pajusmar/master

Added Python 3.9 to test matrix
luozhouyang 4 anos atrás
pai
commit
2c7835d2c7
2 arquivos alterados com 2 adições e 1 exclusões
  1. 1 1
      .github/workflows/python-package.yml
  2. 1 0
      setup.py

+ 1 - 1
.github/workflows/python-package.yml

@@ -15,7 +15,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        python-version: [3.5, 3.6, 3.7, 3.8]
+        python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
 
     steps:
     - uses: actions/checkout@v2

+ 1 - 0
setup.py

@@ -22,6 +22,7 @@ setuptools.setup(
         "Programming Language :: Python :: 3.6",
         "Programming Language :: Python :: 3.7",
         "Programming Language :: Python :: 3.8",
+        "Programming Language :: Python :: 3.9",
         "License :: OSI Approved :: MIT License",
         "Operating System :: OS Independent",
     )