Skip to content

Commit a82ca03

Browse files
committed
fix: update Python version requirements in build configuration
1 parent de7da65 commit a82ca03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
fail-fast: False
3232
matrix:
3333
os: [windows, ubuntu, macos]
34-
python-version: ["3.12"]
34+
python-version: ["3.13"]
3535
include:
3636
- os: ubuntu
3737
python-version: "3.11"
3838
- os: ubuntu
39-
python-version: "3.10"
39+
python-version: "3.12"
4040
# Disabled for now. See https://github.com/projectmesa/mesa/issues/1253
4141
#- os: ubuntu
4242
# python-version: 'pypy-3.8'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
"polars>=1.0.0", #polars._typing (see mesa_frames.types) added in 1.0.0
3939
#"geopolars" (currently in pre-alpha)
4040
]
41-
requires-python = ">=3.9"
41+
requires-python = ">=3.11"
4242
dynamic = [
4343
"version"
4444
]

0 commit comments

Comments
 (0)