summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2023-01-02 03:14:32 +0100
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2023-01-02 03:14:32 +0100
commit18ac9908628b8564aa0b24a08a35356e9247eda1 (patch)
tree2b0e6e9b5f33011d095d2fefa0b381f8c71114a9
parent60e70ec73d4c4879308c055627c1dfdb7cefeb45 (diff)
downloadcherrypy-git-18ac9908628b8564aa0b24a08a35356e9247eda1.tar.gz
🧪🔧 Fix the factor for Python 3.12 @ CI
-rw-r--r--.github/workflows/ci-cd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml
index 0d38baa2..4fc32763 100644
--- a/.github/workflows/ci-cd.yml
+++ b/.github/workflows/ci-cd.yml
@@ -691,7 +691,7 @@ jobs:
- 3.7
- 3.6
- pypy-3.6
- - ~3.12
+ - ~3.12.0-0
os:
- ubuntu-22.04
- macos-12