Skip to content

Commit

Permalink
Require Python >= 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Jan 17, 2025
1 parent a46f691 commit bb611b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: False
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- name: checkout repository
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "windIO"
version = "1.0"
description = "Frameworks defining the inputs and outputs for systems engineering MDAO of wind turbine and plants."
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
authors = [
{name = "IEA Wind Task 37"},
# { name = "", email = "" },
Expand All @@ -18,7 +18,6 @@ classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit bb611b8

Please sign in to comment.