Skip to content

Commit

Permalink
Update dev dependencies and add Python 3.10, 3.11, 3.12 support for t…
Browse files Browse the repository at this point in the history
…ests.
  • Loading branch information
Brian Buck committed Aug 27, 2024
1 parent 8885ef7 commit 6675ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, 3.10, 3.11, 3.12]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ipdb
ipython
isort
mypy==0.910
numpy==1.26.0
numpy
pre-commit
pytest-cov==3.0.0
twine==4.0.1

0 comments on commit 6675ef7

Please sign in to comment.