Skip to content

Commit 7af750c

Browse files
committed
ci: drop Python 3.10 from matrix (requires-python >=3.11)
1 parent 5929b97 commit 7af750c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
python-version: ["3.10", "3.11", "3.12"]
24+
python-version: ["3.11", "3.12"]
2525
steps:
2626
- uses: actions/checkout@v4
2727
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)