Remove 3.12 test exclusion for Windows

This commit is contained in:
Avram Lubkin 2023-05-01 09:15:55 -04:00 коммит произвёл LiliDeng
Родитель 7c6d4a0d3a
Коммит 1dfaaddff9
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -22,13 +22,6 @@ jobs:
python-version: ['3.9', '3.10', '3.11', '3.12-dev']
nox-session: [test, example]
exclude:
# Azure installation (Win, 3.12) currently hangs due to excessive pip backtracking
# Disable unit tests and retry in 2Q23
- python-version: '3.12-dev'
os: windows-2019
nox-session: test
include:
- os: ubuntu-latest