File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : 68f3543
2+ _commit : 973c39c
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : js
Original file line number Diff line number Diff line change 11## Pre-requisites
22
3- You need Python >=3.9 on your machine to install ` python-template-js ` .
3+ You need Python >=3.10 on your machine to install ` python-template-js ` .
44
55## Install with ` pip `
66
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ description = "A JavaScript-Python project template"
99readme = " README.md"
1010license = { text = " Apache-2.0" }
1111version = " 0.1.0"
12- requires-python = " >=3.9 "
12+ requires-python = " >=3.10 "
1313keywords = []
1414
1515classifiers = [
@@ -18,7 +18,6 @@ classifiers = [
1818 " Programming Language :: Python :: Implementation :: CPython" ,
1919 " Programming Language :: Python :: Implementation :: PyPy" ,
2020 " Programming Language :: Python :: 3" ,
21- " Programming Language :: Python :: 3.9" ,
2221 " Programming Language :: Python :: 3.10" ,
2322 " Programming Language :: Python :: 3.11" ,
2423 " Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments