Skip to content

Commit f3cd079

Browse files
committed
Use >3,9
1 parent a1e774b commit f3cd079

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
resolution: highest
3636
extras: ci,optional
3737
- os: ubuntu-latest
38-
python: '3.x'
38+
python: '>3.9'
3939
resolution: lowest-direct
4040
extras: ci,optional
4141
- os: macos-latest
42-
python: '3.x'
42+
python: '>3.9'
4343
resolution: lowest-direct
4444
extras: ci # test with only required dependencies installed
4545

0 commit comments

Comments
 (0)