File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,7 @@ jobs:
188
188
- " 3.10"
189
189
- " 3.11"
190
190
- " 3.12"
191
+ - " 3.13"
191
192
steps :
192
193
- uses : GitHubSecurityLab/actions-permissions/monitor@v1
193
194
with :
@@ -306,6 +307,7 @@ jobs:
306
307
- " 3.10"
307
308
- " 3.11"
308
309
- " 3.12"
310
+ - " 3.13"
309
311
steps :
310
312
- uses : GitHubSecurityLab/actions-permissions/monitor@v1
311
313
with :
@@ -366,6 +368,7 @@ jobs:
366
368
- " 3.10"
367
369
- " 3.11"
368
370
- " 3.12"
371
+ - " 3.13"
369
372
steps :
370
373
- uses : GitHubSecurityLab/actions-permissions/monitor@v1
371
374
with :
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ def get_version(version_file):
79
79
"Programming Language :: Python :: 3.10" ,
80
80
"Programming Language :: Python :: 3.11" ,
81
81
"Programming Language :: Python :: 3.12" ,
82
+ "Programming Language :: Python :: 3.13" ,
82
83
"Programming Language :: Python :: Implementation :: CPython" ,
83
84
],
84
85
python_requires = ">=3.9" ,
You can’t perform that action at this time.
0 commit comments