Skip to content

Commit

Permalink
Merge pull request #282 from JaGeo/Py312
Browse files Browse the repository at this point in the history
Python 3.12 support
  • Loading branch information
JaGeo authored May 2, 2024
2 parents 55f08a9 + 2b627fe commit 1e637ce
Show file tree
Hide file tree
Showing 6 changed files with 125 additions and 106 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
split: [1, 2, 3, 4, 5, 6]

steps:
Expand Down
26 changes: 13 additions & 13 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ repos:
- id: blacken-docs
additional_dependencies: [black]
exclude: README.md
- repo: https://github.com/pycqa/flake8
rev: 7.0.0
hooks:
- id: flake8
entry: pflake8
files: lobsterpy/.*
additional_dependencies:
- pyproject-flake8==6.0.0a1
- flake8-bugbear==22.12.6
- flake8-typing-imports==1.14.0
- flake8-docstrings==1.6.0
- flake8-rst-docstrings==0.3.0
- flake8-rst==0.8.0
#- repo: https://github.com/pycqa/flake8
# rev: 7.0.0
# hooks:
# - id: flake8
# entry: pflake8
# files: lobsterpy/.*
# additional_dependencies:
# - pyproject-flake8==6.0.0a1
# - flake8-bugbear==22.12.6
# - flake8-typing-imports==1.14.0
# - flake8-docstrings==1.6.0
# - flake8-rst-docstrings==0.3.0
# - flake8-rst==0.8.0
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
hooks:
Expand Down
Loading

0 comments on commit 1e637ce

Please sign in to comment.