disable py3.12 tests until pycodestyle is compatible
Hanno Böck

Hanno Böck commited on 2023-05-26 16:53:53
Zeige 1 geänderte Dateien mit 3 Einfügungen und 1 Löschungen.

... ...
@@ -9,7 +9,9 @@ jobs:
9 9
     runs-on: ubuntu-latest
10 10
     strategy:
11 11
       matrix:
12
-        python-version: [3.8, 3.x, 3.12-dev]
12
+        # disable 3.12-dev until this is fixed:
13
+        # https://github.com/PyCQA/pycodestyle/issues/1142
14
+        python-version: [3.8, 3.x]
13 15
     steps:
14 16
       - uses: actions/checkout@v3
15 17
       - name: Set up Python ${{ matrix.python-version }}
16 18