We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b7693 commit 4f4980cCopy full SHA for 4f4980c
1 file changed
.github/workflows/test_prs.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
os: [ubuntu-latest]
14
- python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
+ python-version: ['3.10', '3.11', '3.12', '3.13']
15
steps:
16
- uses: actions/checkout@v2
17
- name: Set up Python ${{ matrix.python-version }}
0 commit comments