summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2022-05-02 10:15:48 +1000
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2022-05-02 10:15:48 +1000
commitb756ae37d34cdfef2d8baf6a81440f2d3a9ca40a (patch)
treef7c2a027926c225c53ef00a0502eaae7c4318689
parentcd97638292fabab7ed814d04b422bb6e0d89ee1a (diff)
downloadmod_wsgi-b756ae37d34cdfef2d8baf6a81440f2d3a9ca40a.tar.gz
Use official 3.10 Python 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 e28d76d..e04b916 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10-dev"]
+ python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
steps:
- uses: "actions/checkout@v2"
- uses: "actions/setup-python@v2"