Skip to content

Commit 81b6423

Browse files
authored
Drop 3.9 support (#278)
1 parent eeaf5e8 commit 81b6423

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run_tests_each_PR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
19+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2020

2121
steps:
2222
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.25.3"
44
description = "Render Folium objects in Streamlit"
55
readme = "README.md"
66
authors = [{ name = "Randy Zwitch", email = "rzwitch@gmail.com" }]
7-
requires-python = ">=3.9"
7+
requires-python = ">=3.10"
88
dependencies = [
99
"streamlit>=1.13.0",
1010
"folium>=0.13,!=0.15.0",
@@ -59,7 +59,7 @@ files = ["**/*.py"]
5959
follow_imports = "silent"
6060
ignore_missing_imports = true
6161
scripts_are_modules = true
62-
python_version = "3.9"
62+
python_version = "3.10"
6363

6464
[dependency-groups]
6565
dev = [

0 commit comments

Comments
 (0)