File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 20
20
strategy :
21
21
matrix :
22
22
os : [ ubuntu-latest, windows-latest, macos-latest ]
23
- python-version : [ "3.12 " ]
23
+ python-version : [ "3.13 " ]
24
24
include :
25
25
- os : ubuntu-22.04
26
26
python-version : " 3.7"
32
32
python-version : " 3.10"
33
33
- os : macos-latest
34
34
python-version : " 3.11"
35
+ - os : windows-latest
36
+ python-version : " 3.12"
35
37
fail-fast : false
36
38
runs-on : ${{ matrix.os }}
37
39
steps :
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ classifiers = [
30
30
" Programming Language :: Python :: 3.10" ,
31
31
" Programming Language :: Python :: 3.11" ,
32
32
" Programming Language :: Python :: 3.12" ,
33
+ " Programming Language :: Python :: 3.13" ,
33
34
" License :: OSI Approved :: MIT License" ,
34
35
]
35
36
dependencies = [
You can’t perform that action at this time.
0 commit comments