Skip to content

Commit ff94458

Browse files
author
gabino
committed
Remove Python 3.10 from GitHub Actions workflow matrix for test
1 parent 12a8556 commit ff94458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
python-version: ['3.8', '3.9', '3.10']
23+
python-version: ['3.8', '3.9']
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)