Skip to content

Commit 32bdb5e

Browse files
committed
drop py 3.7 and 3.8 support
1 parent 7cecd5f commit 32bdb5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
29+
python-version: ["3.9", "3.10", "3.11"]
3030
steps:
3131
- uses: actions/checkout@v2
3232
- name: Use Python ${{ matrix.python-version }}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
package = {
2626
"name": name,
27-
"python_requires": ">=3.7",
27+
"python_requires": ">=3.9",
2828
"packages": find_packages(exclude=["tests*"]),
2929
"description": "A URL router for ReactPy",
3030
"author": "Ryan Morshead",

0 commit comments

Comments
 (0)