Skip to content

Commit

Permalink
Python 3.11/3.12 trial with cython 3.04
Browse files Browse the repository at this point in the history
Let's see if this fixes the compilation issue.
  • Loading branch information
JanneKiiskila committed Oct 20, 2023
1 parent c322aa3 commit 83a9ba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os: ["ubuntu-20.04", "ubuntu-22.04"]
# aiohttp does not compile against 3.11
# https://github.com/aio-libs/aiohttp/issues/6600
python-ver: ["3.7", "3.8", "3.9", "3.10"]
python-ver: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: ubuntu-22.04
python-ver: 3.6
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cython=3.0.4
pytest==7.3.1
pytest-rerunfailures==10.2
pytest-html==3.2.0
Expand Down

0 comments on commit 83a9ba5

Please sign in to comment.