Skip to content

Commit

Permalink
ci: drop python 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Sep 15, 2024
1 parent 7b70164 commit 8034d4c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- ubuntu-22.04
- ubuntu-24.04
python:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- Release
- Debug
python:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ jobs:
- VS-16-2019
- VS-17-2022
python:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
Expand Down

0 comments on commit 8034d4c

Please sign in to comment.