Skip to content

Commit 4a66612

Browse files
committed
Drop Python 3.10
1 parent 758b99c commit 4a66612

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
@@ -24,7 +24,7 @@ jobs:
2424
shell: bash -l {0}
2525
strategy:
2626
matrix:
27-
python-version: ["3.10", "3.11", "3.12"]
27+
python-version: ["3.11", "3.12"]
2828
steps:
2929
- uses: actions/checkout@v4
3030

0 commit comments

Comments
 (0)