Skip to content

Commit

Permalink
exclude python 3.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Jun 22, 2024
1 parent b0644e8 commit 030395c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .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.2"]
python-version: ["3.9", "3.10", "3.11.8", "3.12.2"]
runs-on: ubuntu-latest
steps:
# Check out repo and set up Python
Expand All @@ -26,7 +26,7 @@ jobs:
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: ${{matrix.python-version}}
poetry-version: 1.2.2
poetry-version: 1.8.3

# Use cached python and dependencies, install poetry
- name: Run tests on python ${{matrix.python-version}}
Expand Down
4 changes: 2 additions & 2 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.12.3"
python = ">=3.9, <3.12.3, !=3.11.9"
bokeh = ">=2.4.2"
dask = {version = ">=2021.12.0, <2023.12.1"}
fastdtw = ">=0.3.4"
Expand Down

0 comments on commit 030395c

Please sign in to comment.