Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ azure = [
"msrestazure ~= 0.6.4",
"cachetools ~= 5.2.0",
"requests",
"Pillow ~= 9.4.0",
"Pillow ~= 9.5.0",
"PyGObject ~= 3.42.0; platform_system == 'Linux'",
]

Expand Down