Skip to content

Commit

Permalink
Add unittests for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryp Toon committed Jun 5, 2024
1 parent f5b39da commit 80018d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

strategy:
matrix:
python: ["3.8", "3.11"]
python: ["3.8", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ install_requires =
ecdsa >= 0.18;platform_system=="Windows"
pycryptodome >= 3.19.0
SQLAlchemy >= 2.0.20
numpy >= 1.26.0
numpy == 1.19.5;python_version<"3.9"
numpy >= 1.22.0;python_version>="3.9"

[options.extras_require]
dev =
Expand Down

0 comments on commit 80018d6

Please sign in to comment.