Skip to content

Commit

Permalink
chore(deps): add compatibility with python3.13 and remove python3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyesDemineExtVeolia committed Jan 27, 2025
1 parent 3676e1a commit 4121da7
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 32 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry poetry-plugin-export
poetry self add poetry-plugin-export
poetry export --with dev > requirements.txt
pip install -r requirements.txt
- name: Lint with flake8
Expand All @@ -51,6 +52,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry poetry-plugin-export
poetry self add poetry-plugin-export
poetry install --with dev
- name: Test with pytest
run: |
Expand Down
60 changes: 30 additions & 30 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ numpy = [
{ version = ">=1.25,<2.1.0", python = "<3.13,>=3.9" },
{ version = ">=2.1.0", python = ">=3.13" }
]
progressbar2 = "^4.2.0"
progressbar2 = "^4.5.0"
scipy = [
{ version = ">=1.11.1,<1.14.1", python = "<3.13,>=3.9" },
{ version = ">=1.14.1", python = ">=3.13" }
Expand All @@ -32,7 +32,7 @@ nbsphinx = "^0.9.0"
sphinx-rtd-theme = "^1.2.0"
sphinxcontrib-napoleon = "^0.7"
ipython = "^8.11.0"
black = "^23.1.0"
black = "^24.10.0"

[tool.black]
line-length = 88
Expand Down

0 comments on commit 4121da7

Please sign in to comment.