Skip to content

Commit f33f897

Browse files
chore: drop unsupported Python versions from CI
Remove Python 3.6 and 3.7 from the build matrix as they are no longer supported (3.6 EOL: Dec 2021, 3.7 EOL: June 2023). Current supported versions: 3.8, 3.9, 3.10, 3.11 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent b0fb88d commit f33f897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fail-fast: false
5555
matrix:
5656
os: [ ubuntu-24.04, macOS-13 ]
57-
python-version: [ 36, 37, 38, 39, 310, 311 ]
57+
python-version: [ 38, 39, 310, 311 ]
5858

5959
steps:
6060
- name: "Checkout code"

0 commit comments

Comments
 (0)