Skip to content

Commit

Permalink
extend to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMVale committed Oct 29, 2023
1 parent d262c9e commit 60e03f1
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
# os: [Ubuntu, Windows, macOS]
os: [Ubuntu]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
include:
- os: Ubuntu
image: ubuntu-latest
Expand Down
158 changes: 157 additions & 1 deletion poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.9,<3.11"
python = ">=3.9,<3.13"
mpmath = "^1.2.1"
pydantic = "^1.10.5"
numpy = "^1.24.2"
scipy = "^1.10.1"
matplotlib = "^3.7.1"
nptyping = "^2.5.0"
pandas = "^2.1.1"
sqlalchemy = "^2.0.22"

[tool.poetry.group.dev]
optional = true
Expand Down

0 comments on commit 60e03f1

Please sign in to comment.