Skip to content

Commit

Permalink
try limiting python 3.12 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Jun 22, 2024
1 parent 0bc1335 commit b0644e8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing_multiversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Using matrix strategy
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12.2"]
runs-on: ubuntu-latest
steps:
# Check out repo and set up Python
Expand Down
28 changes: 14 additions & 14 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["sed", "mpes", "flash", "arpes"]
license = "MIT"

[tool.poetry.dependencies]
python = ">=3.9, <3.13"
python = ">=3.9, <3.12.3"
bokeh = ">=2.4.2"
dask = {version = ">=2021.12.0, <2023.12.1"}
fastdtw = ">=0.3.4"
Expand Down

0 comments on commit b0644e8

Please sign in to comment.