Skip to content

Commit b5c9101

Browse files
committed
Remove 3.8 test from git workflows and add 3.13
1 parent 3718df4 commit b5c9101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
matrix:
4646
os: [ubuntu-latest, macos-latest, windows-latest]
47-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
47+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
4848
env:
4949
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
5050
steps:

0 commit comments

Comments
 (0)