Skip to content

Commit

Permalink
Use Python 3.13 in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
akaIDIOT committed Oct 26, 2024
1 parent bc01869 commit dadd2bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pdm-project/setup-pdm@v4
with:
python-version: '3.12'
python-version: '3.13'
cache: true
- name: Install check dependencies
run: pdm install --group check
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10']
steps:
- uses: actions/checkout@v4
- uses: pdm-project/setup-pdm@v4
Expand Down

0 comments on commit dadd2bc

Please sign in to comment.