Skip to content

Commit

Permalink
to be drop: test on python 3.13rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
claudious96 committed Oct 3, 2024
1 parent f8f9503 commit ae2038d
Show file tree
Hide file tree
Showing 3 changed files with 715 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12", "3.13.0-rc.3"]

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12", "3.13.0-rc.3"]
os: [windows-latest, ubuntu-latest, macos-latest]

runs-on: ${{ matrix.os }}
Expand Down
Loading

0 comments on commit ae2038d

Please sign in to comment.