Hanno Böck commited on 2021-11-22 07:51:47
Zeige 1 geänderte Dateien mit 2 Einfügungen und 1 Löschungen.
| ... | ... |
@@ -8,7 +8,8 @@ jobs: |
| 8 | 8 |
runs-on: ubuntu-latest |
| 9 | 9 |
strategy: |
| 10 | 10 |
matrix: |
| 11 |
- python-version: [3.8,3.x,3.11-dev] |
|
| 11 |
+ # disabled 3.11 due to https://github.com/GrahamDumpleton/wrapt/issues/196 |
|
| 12 |
+ python-version: [3.8,3.x] |
|
| 12 | 13 |
steps: |
| 13 | 14 |
- uses: actions/checkout@v2 |
| 14 | 15 |
- name: Set up Python ${{ matrix.python-version }}
|
| 15 | 16 |