CI: test with 3.13 and update actions/setup-python
This commit is contained in:
parent
863b35e117
commit
48fab4d6c6
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -8,11 +8,11 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ['3.10', '3.11', '3.12']
|
||||
python-version: ['3.10', '3.11', '3.12', '3.13']
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user