summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2022-11-03 15:27:23 -0500
committerJason Madden <jamadden@gmail.com>2022-11-03 15:27:23 -0500
commit7e1704ccbf2ade357416b63d95d645120df1f4dc (patch)
tree7afffed2b7568bf708e0e6c2d49e3a76307f5ba0
parentf18bff43df80c5190760dc2aedfa436a1fae7bed (diff)
downloadgreenlet-7e1704ccbf2ade357416b63d95d645120df1f4dc.tar.gz
.github/workflows/tests.yml: Move to final release of 3.11
-rw-r--r--.github/workflows/tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 183e165..7c8f344 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11.0-rc.2"]
+ python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11"]
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v2
@@ -87,7 +87,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- python-version: [2.7, 3.5, "3.10"]
+ python-version: [2.7, 3.5, "3.11"]
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v2