@@ -17,14 +17,14 @@ jobs:
1717 - name : Set up Python
1818 uses : actions/setup-python@v5
1919 with :
20- python-version : 3.9
20+ python-version : ' 3.10 '
2121 - uses : pre-commit/action@v3.0.1
2222
2323 tests :
2424 runs-on : ${{ matrix.os }}
2525 strategy :
2626 matrix :
27- python-version : [3.7, 3.8, 3.9 ]
27+ python-version : ['3.10', '3.13' ]
2828 os : [ubuntu-latest, windows-latest]
2929
3030 steps :
@@ -48,10 +48,10 @@ jobs:
4848
4949 # FYI: credentials are not configured. Turned off for now
5050 # - name: Upload to Codecov
51- # if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.7
51+ # if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'
5252 # uses: codecov/codecov-action@v1
5353 # with:
54- # name: pytests-py3.7
54+ # name: pytests-py'3.10'
5555 # flags: pytests
5656 # file: ./coverage.xml
5757 # fail_ci_if_error: true
6464 - name : Set up Python
6565 uses : actions/setup-python@v5
6666 with :
67- python-version : 3.7
67+ python-version : ' 3.10 '
6868
6969 - name : Installation (deps and package)
7070 run : |
@@ -83,13 +83,13 @@ jobs:
8383 steps :
8484 - name : Checkout source
8585 uses : actions/checkout@v4
86- - name : Set up Python 3.7
86+ - name : Set up Python '3.10'
8787 uses : actions/setup-python@v5
8888 with :
89- python-version : 3.7
89+ python-version : ' 3.10 '
9090 - name : install flit
9191 run : |
92- pip install flit~=3.0
92+ pip install flit~=3.12
9393 - name : Build and publish
9494 run : |
9595 flit publish
0 commit comments