Skip to content

Commit

Permalink
Fix wrong Python 3.6 specification
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Feb 23, 2024
1 parent 7bf5672 commit 04d0c1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ jobs:
pineappl_py/Cargo.toml
# the previous command is very fragile, so print the file contents to check it
cat pineappl_py/Cargo.toml
sed -i \
-e "s/requires-python[[:space:]]*=[[:space:]]*\"[^\"]*\"/requires-python = \">=3.6\"/" \
pineappl_py/pyproject.toml
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- fixed a problem that prevent the Python interface for Python 3.6 from being
successfully installed

## [0.7.2] - 23/02/2024

### Fixed
Expand Down

0 comments on commit 04d0c1a

Please sign in to comment.