Skip to content

Commit a9f4b70

Browse files
committed
update valid python versions for testing
1 parent 921bfda commit a9f4b70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pythonpackage.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [3.7, 3.8, 3.9, '3.10']
15+
python-version: [3.9, "3.10", 3.11, 3.12, 3.13]
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Set up Python ${{ matrix.python-version }}
@@ -33,10 +33,10 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- uses: actions/checkout@v2
36-
- name: Set up Python 3.7
36+
- name: Set up Python 3.11
3737
uses: actions/setup-python@v1
3838
with:
39-
python-version: 3.7
39+
python-version: 3.11
4040
- name: Install dependencies
4141
run: |
4242
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)