Skip to content

Commit

Permalink
update to py 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
amauryval committed Jan 2, 2025
1 parent 8127760 commit 93099bd
Show file tree
Hide file tree
Showing 5 changed files with 1,951 additions and 1,615 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11.0"]
python-version: ["3.13.8"]
poetry-version: ["1.2.0"]
os: [ubuntu-latest]

Expand Down
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- geopandas>=0.8.0
- bokeh>=2.3
- python=3.13
- geopandas>=1.0.1
- bokeh>=2.6
- pytest
- pytest-cov
- jupyter=1.0.0
Expand Down
1 change: 1 addition & 0 deletions gdf2bokeh/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from gdf2bokeh.main import Gdf2Bokeh
from gdf2bokeh.layer import LayerCore
Loading

0 comments on commit 93099bd

Please sign in to comment.