Skip to content

Commit a13cfd7

Browse files
committed
Update python versioning requirements
1 parent 95d069b commit a13cfd7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/continuous-integration-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: ["3.9", "3.10", "3.11"]
12+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1313
os: [ubuntu-latest]
1414

1515
steps:

.github/workflows/deploy-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: "3.10"
24+
python-version: "3"
2525

2626
- name: Install dependencies
2727
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "flasc"
77
version = "2.4.2"
88
description = "FLASC provides a rich suite of analysis tools for SCADA data filtering & analysis, wind farm model validation, field experiment design, and field experiment monitoring."
99
readme = "README.md"
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.10, <=3.14"
1111
authors = [
1212
{ name = "Paul Fleming", email = "paul.fleming@nlr.gov" },
1313
{ name = "Michael (Misha) Sinner", email = "michael.sinner@nlr.gov" },

0 commit comments

Comments
 (0)