Skip to content

Commit a5249c6

Browse files
Allow testing with uvloop on Python 3.12
There have been binary wheels for uvloop for Python 3.12 for some time.
1 parent 0a322a2 commit a5249c6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/tests.yml

-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
# uvloop does not support windows
2525
- loop: uvloop
2626
os: windows-latest
27-
# No 3.12 release yet
28-
- loop: uvloop
29-
python-version: "3.12"
3027

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ gssauth = [
4242
test = [
4343
'flake8~=6.1',
4444
'flake8-pyi~=24.1.0',
45-
'uvloop>=0.15.3; platform_system != "Windows" and python_version < "3.12.0"',
45+
'uvloop>=0.15.3; platform_system != "Windows" and python_version < "3.13.0"',
4646
'gssapi; platform_system == "Linux"',
4747
'k5test; platform_system == "Linux"',
4848
'sspilib; platform_system == "Windows"',

0 commit comments

Comments
 (0)