Skip to content

Commit ed2e901

Browse files
committed
Min deps test
1 parent 2cb0d53 commit ed2e901

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest]
19-
version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
19+
version: ['3.10', '3.11', '3.12', '3.13', '3.14']
2020
include:
21-
- version: '3.9'
22-
tox-env: py39,py39-mypy,py39-lint,bandit
2321
- version: '3.10'
2422
tox-env: py310,py310-mypy,py310-lint,bandit
2523
- version: '3.11'
@@ -150,8 +148,8 @@ jobs:
150148
strategy:
151149
matrix:
152150
os: [ubuntu-latest]
153-
version: ['3.9']
154-
tox-env: ['py39']
151+
version: ['3.10']
152+
tox-env: ['py310']
155153
steps:
156154
- uses: actions/checkout@v4
157155
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)