Browse Source

test against python3.9

https://github.com/fphammerle/ical2vdir/commit/d679a828a6de976c477ddfa7f3ced0b1be57fc3c
Fabian Peter Hammerle 3 years ago
parent
commit
36a3ebf181
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

@@ -24,6 +24,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",
     ],
 )