Skip to content

Commit e72d1e3

Browse files
committed
Revert "✔ Test on Python 3.13"
This reverts commit 0d5c6d5.
1 parent 86e723c commit e72d1e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
28+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
2929

3030
runs-on: "ubuntu-latest"
3131

@@ -34,7 +34,6 @@ jobs:
3434
uses: actions/setup-python@v4
3535
with:
3636
python-version: ${{ matrix.python-version }}
37-
allow-prereleases: true
3837

3938
- name: Checkout
4039
uses: actions/checkout@v3

0 commit comments

Comments
 (0)