mirror of
https://github.com/slavfox/Cozette.git
synced 2026-03-11 08:54:33 +00:00
Bump required Python version
This commit is contained in:
parent
71601b1a5e
commit
a2612e1669
2 changed files with 3 additions and 3 deletions
2
Pipfile
2
Pipfile
|
|
@ -16,7 +16,7 @@ crayons = "*"
|
|||
gitpython = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.8"
|
||||
python_version = "3.10"
|
||||
|
||||
[pipenv]
|
||||
allow_prereleases = true
|
||||
|
|
|
|||
4
Pipfile.lock
generated
4
Pipfile.lock
generated
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "6df1995d9c4addb9399a86fc2f04c173c265defafffabed26b2fc956478120ab"
|
||||
"sha256": "af170f835967eaa0d8b368788245835f393557233e9087670c6fbea686518e7f"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {
|
||||
"python_version": "3.8"
|
||||
"python_version": "3.10"
|
||||
},
|
||||
"sources": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue