summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMichael K <michael-k@users.noreply.github.com>2020-10-09 10:58:38 +0000
committerGitHub <noreply@github.com>2020-10-09 16:58:38 +0600
commit4ed3067297a0fbe5ed61f54aa9201a4ce82f18ff (patch)
tree928e024aa4816bd8ec1387aba6f98da73959dc48 /.github
parent201455e9210a6c0edb1c77c5a3dcffe22d952d9a (diff)
downloadpyjwt-4ed3067297a0fbe5ed61f54aa9201a4ce82f18ff.tar.gz
Run tests against Python 3.9 and add trove classifier (#522)
* Run tests against Python 3.9 and add trove classifier * Loosen pin on cryptography to allow 3.x
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 28b19a4..7883b2a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
platform: ["ubuntu-latest", "windows-latest"]
- python-version: ["3.6", "3.7", "3.8"]
+ python-version: ["3.6", "3.7", "3.8", "3.9"]
steps:
- uses: "actions/checkout@v2"