Remove obsolete comment, github actions python 3.x is now 3.12
Hanno Böck

Hanno Böck commited on 2023-10-31 09:02:21
Zeige 1 geänderte Dateien mit 0 Einfügungen und 2 Löschungen.

... ...
@@ -9,8 +9,6 @@ jobs:
9 9
     runs-on: ubuntu-latest
10 10
     strategy:
11 11
       matrix:
12
-        # disable 3.12-dev until this is fixed:
13
-        # https://github.com/PyCQA/pycodestyle/issues/1142
14 12
         python-version: [3.8, 3.x]
15 13
     steps:
16 14
       - uses: actions/checkout@v4
17 15