Skip to content

Commit ca48541

Browse files
Removed Python 3.12 from test suite
The AIO library uses aiohttp which does not have a production-ready wheel for Python 3.12 yet. We should reconsider 3.12 support once a production-ready wheel exists for aiohttp in Python 3.12. Updated requirements to take advantage of security fixes in dependent libraries.
1 parent 55edc0d commit ca48541

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
39+
python-version: ["3.8", "3.9", "3.10", "3.11"]
4040

4141
steps:
4242
- uses: actions/checkout@v3

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
aiohttp~=3.8.3
2-
requests~=2.28.1
3-
meraki~=1.27.0
1+
aiohttp~=3.8.6
2+
requests~=2.31.0
3+
meraki~=1.38.0
44
setuptools~=67.2.0
55
Jinja2==3.1.2
66
pytest~=7.2.1

0 commit comments

Comments
 (0)