Skip to content

Commit e693f8d

Browse files
committed
Revert "Test Python 3.12"
This reverts commit eb50d49.
1 parent eb50d49 commit e693f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
8+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
99
steps:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)