Skip to content

Commit a20fb51

Browse files
Test with Python 3.12 too
1 parent f3f0fec commit a20fb51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, windows-latest, macOS-latest]
11-
python-version: ["3.7", "3.9", "3.10", "3.11"]
11+
python-version: ["3.7", "3.9", "3.10", "3.11", "3.12"]
1212
architecture: [x64, x86]
1313
exclude:
1414
- os: ubuntu-latest
@@ -26,7 +26,7 @@ jobs:
2626
architecture: ${{ matrix.architecture }}
2727
- name: Install dependencies
2828
run: |
29-
python -m pip install --upgrade pip
29+
python -m pip install --upgrade pip setuptools
3030
- name: Run tests
3131
run: |
3232
python setup.py test

0 commit comments

Comments
 (0)