Skip to content

Commit 8279aeb

Browse files
committed
ci: upgrades tested versions of python
1 parent e414fc2 commit 8279aeb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/get-started-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
strategy:
3030
matrix:
31-
python-version: ["3.9", "3.10"]
31+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
3232

3333
steps:
3434
- uses: actions/checkout@v6
@@ -59,7 +59,7 @@ jobs:
5959

6060
strategy:
6161
matrix:
62-
python-version: ["3.9", "3.10"]
62+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
6363

6464
steps:
6565
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)