Skip to content

Commit aa47c42

Browse files
committed
Set minimum python to 3.11
1 parent 2782201 commit aa47c42

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ubuntu-latest, macos-latest]
22-
python-version: ["3.10", "3.11", "3.12", "3.13"]
22+
python-version: ["3.11", "3.12", "3.13"]
2323

2424
steps:
2525
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,14 @@ classifiers = [
2525
"License :: OSI Approved :: MIT License",
2626
"Operating System :: OS Independent",
2727
"Programming Language :: Cython",
28-
"Programming Language :: Python :: 3.10",
2928
"Programming Language :: Python :: 3.11",
3029
"Programming Language :: Python :: 3.12",
3130
"Programming Language :: Python :: 3.13",
3231
"Programming Language :: Python :: 3",
3332
"Programming Language :: Python :: Implementation :: CPython",
3433
"Topic :: Scientific/Engineering :: Physics",
3534
]
36-
requires-python = ">=3.10"
35+
requires-python = ">=3.11"
3736
dependencies = [
3837
"bmipy",
3938
"numpy",

0 commit comments

Comments
 (0)