Skip to content

Commit 5b1b16e

Browse files
authoredJun 17, 2024··
Disable Python 3.9 regression test
This build is can no longer supported because of known issues with the pint module hgrecco/pint#1974 (comment)
1 parent 196d12b commit 5b1b16e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/regression.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
19+
python-version: ['3.6', '3.7', '3.8', '3.10', '3.11']
20+
# 3.9 no longer works because pint does not support it https://github.com/hgrecco/pint/issues/1974#issuecomment-2172693837
2021
# 3.12 does not yet work because numpy removed numpy.distutils that pygacode relies on
2122

2223
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.