3636 strategy :
3737 fail-fast : false
3838 matrix :
39- python-version : ["3.8", "3.9", "3.10", "3.11", "3.12"]
39+ python-version : ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
4040 os : ["blacksmith-4vcpu-ubuntu-2204"]
4141
4242 steps :
5656 uses : useblacksmith/setup-python@v6
5757 with :
5858 python-version : ${{ matrix.python-version }}
59+ allow-prereleases : true
5960 cache : ' pip'
6061 cache-dependency-path : ' **/setup.py'
6162
8889 strategy :
8990 fail-fast : false
9091 matrix :
91- python-version : ["3.8", "3.9", "3.10", "3.11", "3.12"]
92+ python-version : ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
9293 os : ["blacksmith-4vcpu-ubuntu-2204"]
9394
9495 steps :
@@ -108,6 +109,7 @@ jobs:
108109 uses : useblacksmith/setup-python@v6
109110 with :
110111 python-version : ${{ matrix.python-version }}
112+ allow-prereleases : true
111113 cache : ' pip'
112114 cache-dependency-path : ' **/setup.py'
113115
@@ -133,7 +135,7 @@ jobs:
133135 strategy :
134136 fail-fast : false
135137 matrix :
136- python-version : ["3.8", "3.9", "3.10", "3.11", "3.12"]
138+ python-version : ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
137139 os : ["blacksmith-4vcpu-ubuntu-2204"]
138140
139141 steps :
@@ -153,6 +155,7 @@ jobs:
153155 uses : useblacksmith/setup-python@v6
154156 with :
155157 python-version : ${{ matrix.python-version }}
158+ allow-prereleases : true
156159 cache : ' pip'
157160 cache-dependency-path : ' **/setup.py'
158161
0 commit comments