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 2020 strategy :
2121 matrix :
2222 os : [ ubuntu-latest, windows-latest, macos-latest ]
23- python-version : [ "3.12 " ]
23+ python-version : [ "3.13 " ]
2424 include :
2525 - os : ubuntu-22.04
2626 python-version : " 3.7"
3232 python-version : " 3.10"
3333 - os : macos-latest
3434 python-version : " 3.11"
35+ - os : windows-latest
36+ python-version : " 3.12"
3537 fail-fast : false
3638 runs-on : ${{ matrix.os }}
3739 steps :
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ classifiers = [
3030 " Programming Language :: Python :: 3.10" ,
3131 " Programming Language :: Python :: 3.11" ,
3232 " Programming Language :: Python :: 3.12" ,
33+ " Programming Language :: Python :: 3.13" ,
3334 " License :: OSI Approved :: MIT License" ,
3435]
3536dependencies = [
You can’t perform that action at this time.
0 commit comments