Skip to content

Commit

Permalink
run tests on py313
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Oct 21, 2024
1 parent e6c2236 commit 8bb4766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 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

0 comments on commit 8bb4766

Please sign in to comment.