浏览代码

Add py3.12 to the CI

J. Nick Koston 9 月之前
父节点
当前提交
80c628b87c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/ci.yaml

+ 1 - 1
.github/workflows/ci.yaml

@@ -10,7 +10,7 @@ jobs:
 
     strategy:
       matrix:
-        python-version: [3.9, "3.10", "3.11", "3.12"]
+        python-version: [3.9, "3.10", "3.11", "3.12.0-rc.1"]
 
     steps:
     - uses: actions/checkout@v3