File tree 3 files changed +5
-9
lines changed
3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -150,11 +150,10 @@ jobs:
150
150
strategy :
151
151
matrix :
152
152
pyver :
153
- - 3.13-dev
153
+ - 3.13
154
154
- 3.12
155
155
- 3.11
156
- - >-
157
- 3.10
156
+ - " 3.10"
158
157
- 3.9
159
158
- 3.8
160
159
no-extensions : ['', 'Y']
@@ -199,12 +198,7 @@ jobs:
199
198
uses : actions/setup-python@v5
200
199
with :
201
200
python-version : ${{ matrix.pyver }}
202
- allow-prereleases : >-
203
- ${{
204
- endsWith(matrix.pyver, '-dev')
205
- && true
206
- || false
207
- }}
201
+ allow-prereleases : true
208
202
- name : Get pip cache dir
209
203
id : pip-cache
210
204
run : |
Original file line number Diff line number Diff line change
1
+ Added support for Python 3.13 -- by :user: `bdraco `.
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ classifiers =
39
39
Programming Language :: Python :: 3.10
40
40
Programming Language :: Python :: 3.11
41
41
Programming Language :: Python :: 3.12
42
+ Programming Language :: Python :: 3.13
42
43
43
44
[options]
44
45
python_requires = >= 3.8
You can’t perform that action at this time.
0 commit comments