File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
1616 runs-on : ${{ matrix.os }}
1717 strategy :
1818 matrix :
19- python-version : ["3.9", "3. 10", "3.11", "3.12 "]
19+ python-version : ["3.10", "3.14 "]
2020 os : ["ubuntu-latest"]
2121 include :
22- - python-version : " 3.9 "
22+ - python-version : " 3.13 "
2323 os : " macos-latest"
24- - python-version : " 3.9 "
24+ - python-version : " 3.13 "
2525 os : " windows-latest"
2626
2727 steps :
5656 - name : Setup Python
5757 uses : actions/setup-python@v6
5858 with :
59- python-version : " 3.9 "
59+ python-version : " 3.13 "
6060 - name : Finish coverage collection
6161 run : |
6262 python -m pip install -U pip
7474 - name : Setup Python
7575 uses : actions/setup-python@v6
7676 with :
77- python-version : " 3.9 "
77+ python-version : " 3.13 "
7878 - name : Install dependencies
7979 run : |
8080 python -m pip install -U pip
9191 - uses : actions/setup-python@v6
9292 name : Install Python
9393 with :
94- python-version : " 3.9 "
94+ python-version : " 3.13 "
9595 - name : Build sdist and wheel
9696 run : |
9797 python -m pip install -U pip
You can’t perform that action at this time.
0 commit comments