Skip to content

Commit

Permalink
Py313 (#2013)
Browse files Browse the repository at this point in the history
* pin pandas and remove twine

* remove py38 and add py313

* run tests on py313
  • Loading branch information
ocefpaf authored Oct 22, 2024
1 parent 0369da1 commit e49ca01
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.9", "3.12"]
experimental: [false]
include:
- python-version: "3.12"
os: "ubuntu-latest"
experimental: true
python-version: ["3.9", "3.13"]
fail-fast: false
defaults:
run:
Expand All @@ -35,10 +30,6 @@ jobs:
--file requirements.txt
--file requirements-dev.txt
- name: Install nightly versions of dependencies
if: matrix.experimental == true
run: python -m pip install --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --extra-index-url https://pypi.org/simple numpy pandas shapely -U

- name: Install folium from source
run: python -m pip install -e . --no-deps --force-reinstall

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_selenium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.9", "3.12" ]
python-version: [ "3.9", "3.13" ]
fail-fast: false

steps:
Expand Down
3 changes: 1 addition & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ nbconvert
nbsphinx
nbval
owslib
pandas
pandas >=2
pillow
pre-commit
pycodestyle
Expand All @@ -33,7 +33,6 @@ scipy
selenium
setuptools_scm
sphinx
twine>=3.2.0
types-requests
vega_datasets
vincent
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ def walk_subpkg(name):
url="https://github.com/python-visualization/folium",
keywords="data visualization",
classifiers=[
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering :: GIS",
"Topic :: Scientific/Engineering :: Visualization",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit e49ca01

Please sign in to comment.