Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yzqzss committed Oct 9, 2024
1 parent 73a04ab commit d0d3e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-dumogenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.12", "3.13.0-rc.1"]
python-version: ["3.8", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand All @@ -40,4 +40,4 @@ jobs:
python -m wikiteam3.dumpgenerator -h
- name: Test with pytest
run: |
cd wikiteam3/dumpgenerator && pytest && cd ../../
pytest

0 comments on commit d0d3e14

Please sign in to comment.