Skip to content

Commit 1bebb47

Browse files
authored
ci: update python versions to test (#219)
* ci: update integration.yml Add newer python versions to matrix * ci: update to version 5 of setup-python * ci: remove python 3.7 and 3.8 from test These versions are past end-of-life support
1 parent 1a2ee43 commit 1bebb47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Set up Python
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: "3.x"
2020
- name: Install dependencies
@@ -51,12 +51,12 @@ jobs:
5151
runs-on: ubuntu-latest
5252
strategy:
5353
matrix:
54-
python-version: ["3.7", "3.8", "3.9", "3.10"]
54+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
5555

5656
steps:
5757
- uses: actions/checkout@v3
5858
- name: Set up Python ${{ matrix.python-version }}
59-
uses: actions/setup-python@v4
59+
uses: actions/setup-python@v5
6060
with:
6161
python-version: ${{ matrix.python-version }}
6262
- name: Install dependencies

0 commit comments

Comments
 (0)