Browse Source

test against python3.9

Fabian Peter Hammerle 3 years ago
parent
commit
d679a828a6
2 changed files with 2 additions and 0 deletions
  1. 1 0
      .github/workflows/python.yml
  2. 1 0
      setup.py

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

@@ -37,6 +37,7 @@ jobs:
         - 3.6
         - 3.7
         - 3.8
+        - 3.9
       fail-fast: false
     steps:
     - uses: actions/checkout@v1

+ 1 - 0
setup.py

@@ -46,6 +46,7 @@ setuptools.setup(
         "Programming Language :: Python :: 3.6",
         "Programming Language :: Python :: 3.7",
         "Programming Language :: Python :: 3.8",
+        "Programming Language :: Python :: 3.9",
         "Topic :: Utilities",
     ],
     entry_points={