Skip to content

Commit c23adc1

Browse files
committed
#25 Update project dependencies
1 parent 3362f2c commit c23adc1

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-python@v5
1717
with:
18-
python-version: "3.1jj
18+
python-version: "3.12
1919
- uses: abatilo/actions-poetry@v3
2020
with:
2121
poetry-version: "1.8.5"

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python: ["3.10", "3.11", "3.12", "3.13"]
20+
python: ["3.10", "3.11", "3.12"]
2121
steps:
2222
- uses: actions/checkout@v4
2323
with:

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://github.com/fmlo-dev/fmflow/"
1010
documentation = "https://fmlo-dev.github.io/fmflow/"
1111

1212
[tool.poetry.dependencies]
13-
python = ">=3.10, <3.14"
13+
python = ">=3.10, <3.13"
1414
astropy = ">=6, <8"
1515
matplotlib = "^3"
1616
netcdf4 = "^1"

0 commit comments

Comments
 (0)