Skip to content

Commit 7ca3ebe

Browse files
committed
update the versions of python to test against
notably, pypy3.10 can't run automated tests for nh3 anymore due to another dependency (PyO3) dropping support for pypy3.10
1 parent befb940 commit 7ca3ebe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.10"]
11+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "pypy3.11"]
1212
image_size: ['true', 'false']
1313
steps:
1414
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)