Skip to content

Commit

Permalink
Revert "✔ Test on Python 3.13"
Browse files Browse the repository at this point in the history
This reverts commit 0d5c6d5.
  • Loading branch information
mikegerber committed May 6, 2024
1 parent 86e723c commit e72d1e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]

runs-on: "ubuntu-latest"

Expand All @@ -34,7 +34,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit e72d1e3

Please sign in to comment.