Skip to content

Commit caf2a6d

Browse files
committed
Increase min Python version to 3.10; set 3.13 as target
1 parent 1bace8a commit caf2a6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12
1+
3.13

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: data_viz_workshop
22
channels:
33
- conda-forge
44
dependencies:
5-
- python>=3.9.0,<=3.13.0
5+
- python>=3.10.0,<=3.13.0
66
- bokeh=3.4.1
77
- ffmpeg
88
- geopandas=0.14.4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license-files = [ "LICENSE" ]
77
authors = [
88
{ name = "Stefanie Molin", email = "python-data-viz-workshop@stefaniemolin.com" },
99
]
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.10"
1111
dependencies = [
1212
"bokeh==3.4.1",
1313
"ffmpeg",

0 commit comments

Comments
 (0)