Skip to content

Commit 7891af3

Browse files
committed
chore: remove EOL python 3.9
1 parent b5260ed commit 7891af3

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,8 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
15-
python-version: ['3.9', 'pypy3.9', '3.10', 'pypy3.10', '3.11', '3.12', '3.13']
15+
python-version: ['3.10', 'pypy3.10', '3.11', '3.12', '3.13']
1616
exclude:
17-
- os: macos-latest
18-
python-version: '3.9'
19-
- os: macos-latest
20-
python-version: 'pypy3.9'
2117
- os: macos-latest
2218
python-version: '3.10'
2319
- os: macos-latest

0 commit comments

Comments
 (0)