Skip to content

Commit 4f4980c

Browse files
committed
removed 3.9
1 parent 14b7693 commit 4f4980c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest]
14-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
14+
python-version: ['3.10', '3.11', '3.12', '3.13']
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)