Skip to content

Commit 89e0b6f

Browse files
dimblebyabn
authored andcommitted
ci: update matrix versions
1 parent f9ec0dc commit 89e0b6f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/installer.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,16 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [Ubuntu, macOS, Windows]
28-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
28+
python-version:
29+
- "3.9"
30+
- "3.10"
31+
- "3.11"
32+
- "3.12"
33+
- "3.13"
2934
args:
3035
- ""
3136
- "--preview"
3237
- "--git https://github.com/python-poetry/poetry.git"
33-
- "--version 1.1.15"
34-
- "--version 1.2.0"
3538
include:
3639
- os: Ubuntu
3740
image: ubuntu-22.04

0 commit comments

Comments
 (0)