This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: drop py3.7 support for v14
version-14
Ankush Menat
3 years ago
parent
b64cab6867
commit
3d474b5927
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/docs-checker.yml
+1
-1
setup.py
+ 1
- 1
.github/workflows/docs-checker.yml
View File
@@ -12,7 +12,7 @@ jobs:
- name: 'Setup Environment'
uses: actions/setup-python@v2
with:
python-version: 3.
7
python-version: 3.
8
- name: 'Clone repo'
uses: actions/checkout@v2
+ 1
- 1
setup.py
View File
@@ -57,5 +57,5 @@ setup(
{
'clean': CleanCommand
},
python_requires='>=3.
7
'
python_requires='>=3.
8
'
)
Write
Preview
Loading…
Cancel
Save