Skip to content

Commit 749fc65

Browse files
Merge pull request #181 from Distributive-Network/Xmader/chore/upgrade-deps
Chore(deps): upgrade `numpy` and `aiohttp` to fix Python 3.12
2 parents f434da9 + 584c925 commit 749fc65

File tree

3 files changed

+366
-477
lines changed

3 files changed

+366
-477
lines changed

.github/workflows/test-and-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
matrix:
8686
# The lowest supported version is Ubuntu 20.04 + Python 3.8 or macOS 12 + Python 3.9
8787
os: [ 'ubuntu-20.04', 'macos-12', 'windows-2019', 'm2ci' ]
88-
python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12-dev' ]
88+
python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
8989
exclude:
9090
# macOS 12 comes with Python 3.9 by default, so we drop ci support for Python 3.8 on macOS
9191
# FIXME: We can't build on macOS 11 for now because our prebuilt `uncrustify` binary requires macOS 12

0 commit comments

Comments
 (0)