Skip to content

Commit f216ff5

Browse files
committed
Temporary disable Python 3.12 tests
- pathlib implementation has changed, fake pathlib has to be adapted first (see #770)
1 parent 28032a2 commit f216ff5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/testsuite.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [ubuntu-latest, macOS-latest, windows-latest]
13-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12-dev"]
13+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
14+
# python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12-dev"]
1415
include:
1516
- python-version: "pypy-3.7"
1617
os: ubuntu-latest

0 commit comments

Comments
 (0)