Skip to content

Commit

Permalink
Don't run tests in python 3.9 because of typing error and add matplot…
Browse files Browse the repository at this point in the history
…lib to dependencies
  • Loading branch information
Jorgelmh committed Sep 16, 2024
1 parent a79923c commit 35977ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ build-backend = "setuptools.build_meta"
"numpy>=1.24.2",
"libcosimpy>=0.0.2",
"fmpy>=0.3.21",
"matplotlib>=3.7.1",
]
#dynamic = ["version"]

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
isolated_build = True
envlist = py{39,310,311,312}-{linux,macos,windows}
envlist = py{310,311,312}-{linux,macos,windows}
# envlist = py{39,310,311,312}-{windows}
# envlist = py{39,310,311,312}

Expand Down

0 comments on commit 35977ec

Please sign in to comment.