Skip to content

Commit 30cbaeb

Browse files
sufikaurSufi Kaur
andauthored
End support for python 3.9 (#1728)
* remove python 3.9 from workflow * remove 3.9 from docs and ask questions about if requirements can be updated * remove comments --------- Co-authored-by: Sufi Kaur <sufikaur@lbl.gov>
1 parent df52ade commit 30cbaeb

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.github/workflows/core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
strategy:
9191
fail-fast: false
9292
matrix:
93-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
93+
python-version: ['3.10', '3.11', '3.12', '3.13']
9494
os:
9595
- linux
9696
- win64

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
strategy:
127127
fail-fast: false
128128
matrix:
129-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
129+
python-version: ['3.10', '3.11', '3.12', '3.13']
130130
os:
131131
- linux
132132
- win64
@@ -164,7 +164,7 @@ jobs:
164164
strategy:
165165
fail-fast: false
166166
matrix:
167-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
167+
python-version: ['3.10', '3.11', '3.12', '3.13']
168168
os:
169169
- linux
170170
- win64

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ Most of the functionality is implemented in Python. In accordance with
8282
the end-of-life for many Python 2 libraries, the IDAES Toolkit is written
8383
for Python 3. The following sub-versions are supported:
8484

85-
* Python 3.9
8685
* Python 3.10
8786
* Python 3.11
8887
* Python 3.12

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ classifiers=[
2525
"Operating System :: Unix",
2626
"Programming Language :: Python",
2727
"Programming Language :: Python :: 3",
28-
"Programming Language :: Python :: 3.9",
2928
"Programming Language :: Python :: 3.10",
3029
"Programming Language :: Python :: 3.11",
3130
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)