We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a322a2 commit 597fe54Copy full SHA for 597fe54
.github/workflows/tests.yml
@@ -24,9 +24,6 @@ jobs:
24
# uvloop does not support windows
25
- loop: uvloop
26
os: windows-latest
27
- # No 3.12 release yet
28
- - loop: uvloop
29
- python-version: "3.12"
30
31
runs-on: ${{ matrix.os }}
32
pyproject.toml
@@ -42,7 +42,7 @@ gssauth = [
42
test = [
43
'flake8~=6.1',
44
'flake8-pyi~=24.1.0',
45
- '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"',
46
'gssapi; platform_system == "Linux"',
47
'k5test; platform_system == "Linux"',
48
'sspilib; platform_system == "Windows"',
0 commit comments