Skip to content

Commit

Permalink
Disable Python 3.9 regression test
Browse files Browse the repository at this point in the history
This build is can no longer supported because of known issues with the pint module
hgrecco/pint#1974 (comment)
  • Loading branch information
torrinba authored Jun 17, 2024
1 parent 196d12b commit 5b1b16e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.6', '3.7', '3.8', '3.10', '3.11']
# 3.9 no longer works because pint does not support it https://github.com/hgrecco/pint/issues/1974#issuecomment-2172693837
# 3.12 does not yet work because numpy removed numpy.distutils that pygacode relies on

steps:
Expand Down

0 comments on commit 5b1b16e

Please sign in to comment.