Skip to content

Commit

Permalink
Add macos 3.11/3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks authored Jun 12, 2024
1 parent 05465d9 commit af77265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['3.8', '3.9', '3.10']
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
continue-on-error: >-
${{
(
Expand Down
1 change: 1 addition & 0 deletions src/trio/socket.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@
SYSPROTO_CONTROL as SYSPROTO_CONTROL,
TCP_CC_INFO as TCP_CC_INFO,
TCP_CONGESTION as TCP_CONGESTION,
TCP_CONNECTION_INFO as TCP_CONNECTION_INFO,
TCP_CORK as TCP_CORK,
TCP_DEFER_ACCEPT as TCP_DEFER_ACCEPT,
TCP_FASTOPEN as TCP_FASTOPEN,
Expand Down

0 comments on commit af77265

Please sign in to comment.