We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7da65 commit a82ca03Copy full SHA for a82ca03
.github/workflows/build.yml
@@ -31,12 +31,12 @@ jobs:
31
fail-fast: False
32
matrix:
33
os: [windows, ubuntu, macos]
34
- python-version: ["3.12"]
+ python-version: ["3.13"]
35
include:
36
- os: ubuntu
37
python-version: "3.11"
38
39
- python-version: "3.10"
+ python-version: "3.12"
40
# Disabled for now. See https://github.com/projectmesa/mesa/issues/1253
41
#- os: ubuntu
42
# python-version: 'pypy-3.8'
pyproject.toml
@@ -38,7 +38,7 @@ dependencies = [
"polars>=1.0.0", #polars._typing (see mesa_frames.types) added in 1.0.0
#"geopolars" (currently in pre-alpha)
]
-requires-python = ">=3.9"
+requires-python = ">=3.11"
dynamic = [
43
"version"
44
0 commit comments