Skip to content

Commit c671c0a

Browse files
committed
Update tested python versions
1 parent 59bf13b commit c671c0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 5
1010
strategy:
1111
matrix:
12-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy3']
12+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy3']
1313
os: [ubuntu-latest, windows-latest, macOS-latest]
1414
exclude:
1515
- os: macOS-latest
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-python@v1
2424
with:
2525
python-version: ${{ matrix.python-version }}
26-
architecture: x64
26+
architecture: x64
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install -U pip wheel

0 commit comments

Comments
 (0)