File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- python-version : [3.8, 3.9 , "3.10 "]
14+ python-version : [3.9, "3.10" , "3.11", "3.12 "]
1515
1616 steps :
1717 - uses : actions/checkout@v4
4040 if : ${{ always() }}
4141 - name : Run codacy-coverage-reporter
4242 uses : codacy/codacy-coverage-reporter-action@master
43- if : matrix.python-version == 3.10
43+ if : matrix.python-version == 3.12
4444 with :
4545 project-token : ${{ secrets.CODACY_PROJECT_TOKEN }}
4646 coverage-reports : cov.xml
5151 if : github.event_name == 'release'
5252 strategy :
5353 matrix :
54- python-version : ["3.10 "]
54+ python-version : ["3.12 "]
5555 steps :
5656 - uses : actions/checkout@v4
5757 - name : Setup Python # Set Python version
Original file line number Diff line number Diff line change 88 # if: github.ref == 'refs/heads/master'
99 strategy :
1010 matrix :
11- python-version : ["3.10 "]
11+ python-version : ["3.12 "]
1212 steps :
1313 - uses : actions/checkout@v4
1414 - name : Setup Python # Set Python version
4747 # if: github.ref == 'refs/heads/master'
4848 strategy :
4949 matrix :
50- python-version : ["3.10 "]
50+ python-version : ["3.12 "]
5151 steps :
5252 - uses : actions/checkout@v4
5353 with :
You can’t perform that action at this time.
0 commit comments