File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 fail-fast : false
1515 matrix :
16- python-version : [ "3.12 "]
16+ python-version : [ "3.13 "]
1717 architecture : ["x64"]
1818
1919 steps :
3636 runs-on : windows-latest
3737 strategy :
3838 matrix :
39- python-version : [ "3.9 ", "3.12 "]
39+ python-version : [ "3.12 ", "3.13 "]
4040 architecture : ["x64", "x86"]
4141
4242 steps :
6060 strategy :
6161 fail-fast : false
6262 matrix :
63- python-version : [ "3.12 "]
63+ python-version : [ "3.13 "]
6464 architecture : ["x64", "x86"]
6565 cloud : ["empty", "nocloud", "vmwareguest"]
6666
Original file line number Diff line number Diff line change @@ -15,10 +15,8 @@ classifier =
1515 Operating System :: OS Independent
1616 Programming Language :: Python
1717 Programming Language :: Python :: 3
18- Programming Language :: Python :: 3.9
19- Programming Language :: Python :: 3.10
20- Programming Language :: Python :: 3.11
2118 Programming Language :: Python :: 3.12
19+ Programming Language :: Python :: 3.13
2220
2321[files]
2422packages =
You can’t perform that action at this time.
0 commit comments