Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python >=3.10, Updated deps accordingly (numpy and pandas) #427

Merged
merged 14 commits into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
max-line-length = 120
max-complexity = 10
select = C,E,F,W,B,B950
ignore = E203,E501,W503,E722,B001,C901
ignore = E203,E501,W503,E721,E722,B001,C901
exclude =
.git,
test_*,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
pytest:
strategy:
matrix:
python-version: [ '3.9', '3.10' ]
python-version: [ '3.10', '3.11', '3.12' ]
fail-fast: false
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
Expand Down
23 changes: 12 additions & 11 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
click==8.0.4
black==22.3.0
flake8==4.0.1
click==8.1.7
black==24.4.2
flake8==7.1.0
flynt~=0.69.0
isort==5.10.1
mock==4.0.3
packaging>=20.4
pytest==6.2.5
pytest-timeout==2.0.1
pytest-asyncio>=0.16.0
tox==3.24.4
tox-docker==4.0.0a2
invoke==1.6.0
pytest-cov>=3.0.0
pytest==8.2.2
pytest-timeout==2.3.1
pytest-asyncio>=0.23.7
tox>=4.16.0
tox-docker>=5.0.0
invoke==2.2.0
pytest-cov>=5.0.0
vulture>=2.3.0
ujson>=4.2.0
wheel>=0.30.0
wheel>=0.43.0
docker>=7.1.0
Loading
Loading