1 parent edc5b8e commit 067e6deCopy full SHA for 067e6de
1 file changed
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
# See https://github.com/actions/python-versions/releases for available versions
16
- python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
+ python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14", "3.15.0-rc.1" ]
17
18
steps:
19
- name: Checkout
0 commit comments