Skip to content

Commit 7b4cbfc

Browse files
author
Bryan Bartley
committed
Run on currently supported Python versions 3.9-3.13. Deprecate 3.7-3.8.
1 parent d676a09 commit 7b4cbfc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
# Default builds are on Ubuntu
21-
os: [ubuntu-22.04]
22-
python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.9']
21+
os: [ubuntu-latest]
22+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.10']
2323
include:
2424
# Also test on macOS and Windows using latest Python 3
2525
- os: macos-latest

0 commit comments

Comments
 (0)