Skip to content

Commit 817a0a0

Browse files
authored
Drop Python 3.9 and add Python 3.13 (IDAES#164)
1 parent 63b3754 commit 817a0a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ jobs:
8282
fail-fast: false
8383
matrix:
8484
python-version:
85-
- '3.9'
8685
- '3.10'
8786
- '3.11'
8887
- '3.12'
88+
- '3.13'
8989
os:
9090
- linux
9191
- win64

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = "IDAES Process Systems Engineering Examples"
1212
readme = "README.md"
1313
version = "2.10.dev0"
1414
license = {text="BSD"}
15-
requires-python = ">=3.9"
15+
requires-python = ">=3.10"
1616
authors = [
1717
{name="The IDAES Project"},
1818
{name="Dan Gunter", email="dkgunter@lbl.gov"}
@@ -28,10 +28,10 @@ classifiers = [
2828
"Operating System :: Unix",
2929
"Programming Language :: Python",
3030
"Programming Language :: Python :: 3",
31-
"Programming Language :: Python :: 3.9",
3231
"Programming Language :: Python :: 3.10",
3332
"Programming Language :: Python :: 3.11",
3433
"Programming Language :: Python :: 3.12",
34+
"Programming Language :: Python :: 3.13",
3535
"Programming Language :: Python :: Implementation :: CPython",
3636
"Topic :: Scientific/Engineering :: Mathematics",
3737
"Topic :: Scientific/Engineering :: Chemistry",

0 commit comments

Comments
 (0)