Skip to content

Commit

Permalink
Allow testing with uvloop on Python 3.12 (#1182)
Browse files Browse the repository at this point in the history
There have been binary wheels for uvloop for Python 3.12 for some time.

---------

Co-authored-by: Elvis Pranskevichus <[email protected]>
  • Loading branch information
musicinmybrain and elprans authored Oct 17, 2024
1 parent 0a322a2 commit 597fe54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
# uvloop does not support windows
- loop: uvloop
os: windows-latest
# No 3.12 release yet
- loop: uvloop
python-version: "3.12"

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gssauth = [
test = [
'flake8~=6.1',
'flake8-pyi~=24.1.0',
'uvloop>=0.15.3; platform_system != "Windows" and python_version < "3.12.0"',
'uvloop>=0.15.3; platform_system != "Windows" and python_version < "3.14.0"',
'gssapi; platform_system == "Linux"',
'k5test; platform_system == "Linux"',
'sspilib; platform_system == "Windows"',
Expand Down

0 comments on commit 597fe54

Please sign in to comment.