Skip to content

Commit

Permalink
Test with Python 3.12 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Oct 9, 2023
1 parent 073b684 commit d9e7f14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# TODO add 3.12-dev when
# aiohttp, frozenlist and yarl support alpha 5+
# https://github.com/python/blurb_it/pull/330#issuecomment-1449496275
# https://github.com/python/bedevere/pull/547#issuecomment-1529153851
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand All @@ -31,6 +27,7 @@ jobs:
cache-dependency-path: |
requirements.txt
dev-requirements.txt
allow-prereleases: true
- name: Install tox
run: |
python -m pip install tox
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.8.5
aiohttp==3.9.0b0
appdirs==1.4.4
async-timeout==4.0.3
cachetools==5.3.1
Expand Down

0 comments on commit d9e7f14

Please sign in to comment.