Skip to content

Commit 3562fc4

Browse files
committed
Update Python versions to 3.10 minimum
1 parent 550d1fa commit 3562fc4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
python-version: [ '3.9' , '3.11' , '3.12' ]
20+
python-version: [ '3.10' , '3.13' ]
2121

2222
steps:
2323
- uses: actions/checkout@v2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def get_version(rel_path):
5454
packages=[
5555
"neuralfoil"
5656
], # find_packages(exclude=['docs', 'media', 'examples', 'studies'])
57-
python_requires=">=3.9",
57+
python_requires=">=3.10",
5858
install_requires=["numpy >= 1", "aerosandbox >= 4.2.4, <4.3.0"],
5959
extras_require={
6060
"training": ["torch", "ray", "polars", "tqdm"],

0 commit comments

Comments
 (0)