summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorda-woods <dw-git@d-woods.co.uk>2022-11-26 11:10:05 +0000
committerGitHub <noreply@github.com>2022-11-26 11:10:05 +0000
commit9a8609dc1c34b590838f23773d1831c2fafce2e2 (patch)
treef6011e424ea76841714f6ef03352d0f77a865889 /.github
parent1a459eb7f9f7102badb8f16e6ed03505b3c59d2e (diff)
downloadcython-9a8609dc1c34b590838f23773d1831c2fafce2e2.tar.gz
Add missing 3.12 to ci.yml (#5151)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c1315a583..60c7c9345 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -52,8 +52,8 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- - "3.11-dev"
- # - "3.12-dev"
+ - "3.11"
+ - "3.12-dev"
env: [{}]
include: