File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 strategy :
66 matrix :
77 os : [macos-latest, ubuntu-latest, windows-latest]
8- python-version : ["3.8 "]
8+ python-version : ["3.9 "]
99 include :
10- - os : ubuntu-latest
11- python-version : " 3.9"
1210 - os : ubuntu-latest
1311 python-version : " 3.10"
1412 - os : ubuntu-latest
1513 python-version : " 3.11"
1614 - os : ubuntu-latest
1715 python-version : " 3.12"
16+ - os : ubuntu-latest
17+ python-version : " 3.13"
1818 runs-on : ${{ matrix.os }}
1919 steps :
2020 - name : Checkout
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ classifiers = [
1818 " Topic :: Software Development :: Libraries :: Python Modules" ,
1919 " Topic :: System :: Operating System Kernels :: Linux" ,
2020]
21- requires-python = " >=3.8 "
21+ requires-python = " >=3.9 "
2222dynamic = [" version" , " description" ]
2323
2424[project .urls ]
You can’t perform that action at this time.
0 commit comments