enable python 3.12 in CI
Hanno Böck

Hanno Böck commited on 2022-11-17 14:43:48
Zeige 1 geänderte Dateien mit 1 Einfügungen und 2 Löschungen.

... ...
@@ -8,8 +8,7 @@ jobs:
8 8
     runs-on: ubuntu-latest
9 9
     strategy:
10 10
       matrix:
11
-        # disabled 3.11 due to https://github.com/GrahamDumpleton/wrapt/issues/196
12
-        python-version: [3.8,3.x]
11
+        python-version: [3.8,3.x,3.12-dev]
13 12
     steps:
14 13
       - uses: actions/checkout@v2
15 14
       - name: Set up Python ${{ matrix.python-version }}
16 15