summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2021-06-18 11:16:03 +1000
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2021-06-18 11:16:03 +1000
commitcf78517ca27315efc4b653300f6175873e73424a (patch)
tree19792d4d708292f848e9c56689c6288d32437ed7
parent9333627457a37e9128303ea21dee7cc66e3e3c5f (diff)
downloadmod_wsgi-cf78517ca27315efc4b653300f6175873e73424a.tar.gz
Add Python 3.10 pre release version.
-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 ad3c799..1848b9a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9"]
+ python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10-dev"]
steps:
- uses: "actions/checkout@v2"
- uses: "actions/setup-python@v2"