Skip to content

Commit

Permalink
Deactivate Py 3.11+
Browse files Browse the repository at this point in the history
  • Loading branch information
BastiTee committed Dec 28, 2024
1 parent de47c91 commit 6cf4d03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
python-version: [
"3.9", # EOL: 2025-10
"3.10", # EOL: 2026-10
"3.11", # EOL: 2027-10
"3.12", # EOL: 2028-10
"3.13", # EOL: 2029-10
# "3.11", # EOL: 2027-10
# "3.12", # EOL: 2028-10
# "3.13", # EOL: 2029-10
]
name: ${{ matrix.python-version }}
steps:
Expand Down

0 comments on commit 6cf4d03

Please sign in to comment.