Skip to content

Commit 174e7e0

Browse files
authored
Drop python 3.9 (#33)
* drop py 3.9 * whatsnew
1 parent 22707ea commit 174e7e0

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false # don't cancel other matrix jobs when one fails
1313
matrix:
14-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
14+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1515
os: [ubuntu-latest, macos-latest, windows-latest]
1616

1717
runs-on: ${{ matrix.os }}

docs/sphinx/whatsnew/v1.6.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ v1.6.1 (??)
66

77
Maintenance
88
-----------
9-
* Drop Python 3.8 support (:pull:`30`)
9+
* Drop Python 3.8 and 3.9 support (:pull:`30`, :pull:`33`)
1010

1111

1212
Documentation

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ classifiers = [
1717
"Operating System :: OS Independent",
1818
"Intended Audience :: Science/Research",
1919
"Programming Language :: Python",
20-
"Programming Language :: Python :: 3.9",
2120
"Programming Language :: Python :: 3.10",
2221
"Programming Language :: Python :: 3.11",
2322
"Programming Language :: Python :: 3.12",
2423
"Programming Language :: Python :: 3.13",
2524
"Topic :: Scientific/Engineering",
2625
]
27-
requires-python = ">=3.9"
26+
requires-python = ">=3.10"
2827
dependencies = [
2928
"pvlib>=0.9.0",
3029
"shapely>=2.0",

0 commit comments

Comments
 (0)