Skip to content

Commit

Permalink
update to py 3.13 (#16)
Browse files Browse the repository at this point in the history
* update to py 3.13
  • Loading branch information
amauryval authored Jan 2, 2025
1 parent 8127760 commit f6e22ea
Show file tree
Hide file tree
Showing 6 changed files with 1,954 additions and 1,618 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
id: setup-python
uses: actions/setup-python@v4
with:
python-version: '3.11.0'
python-version: '3.13.1'

- name: Install and configure Poetry
uses: snok/install-poetry@v1
with:
version: 1.2.0
version: 1.5.1
virtualenvs-create: true
virtualenvs-in-project: true

Expand Down
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.1"]
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 f6e22ea

Please sign in to comment.