Skip to content

Commit

Permalink
Update some dependency pins so we can build with Python=3.12 (#645)
Browse files Browse the repository at this point in the history
* Upgrade flake8/pyflake due to dropped python 3.7/3.8
* Upgrade twine due to issue with license

see https://stackoverflow.com/a/78694674/2519059

Co-authored-by: Stéphane Brunner <[email protected]>
Co-authored-by: Pierre Sassoulas <[email protected]>
  • Loading branch information
3 people authored Oct 3, 2024
1 parent 15a270d commit ffe4eab
Show file tree
Hide file tree
Showing 3 changed files with 751 additions and 713 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- run: pipx install poetry
Expand Down
Loading

0 comments on commit ffe4eab

Please sign in to comment.