Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 32bdb5e

Browse filesBrowse files
committed
drop py 3.7 and 3.8 support
1 parent 7cecd5f commit 32bdb5e
Copy full SHA for 32bdb5e

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎.github/workflows/test.yaml

Copy file name to clipboardExpand all lines: .github/workflows/test.yaml
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.