Skip to content

Commit

Permalink
Upgrade Python version from 3.8 to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Denish3436 committed Oct 6, 2024
1 parent e21376b commit d799e9d
Show file tree
Hide file tree
Showing 3 changed files with 342 additions and 362 deletions.
38 changes: 19 additions & 19 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
simplejson = "==3.17.2"
pydash = "==6.0.0"
PyYAML = "==6.0.1"

[dev-packages]
black = "*"
pytest = "*"

[requires]
python_version = "3.8"

[pipenv]
allow_prereleases = true
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
simplejson = "==3.17.2"
pydash = "==6.0.0"
PyYAML = "==6.0.1"

[dev-packages]
black = "*"
pytest = "*"

[requires]
python_version = "3.11"

[pipenv]
allow_prereleases = true
Loading

0 comments on commit d799e9d

Please sign in to comment.