Skip to content

Commit

Permalink
chore: bump Python interpreter version to 3.10 in Pipfile
Browse files Browse the repository at this point in the history
Python 3.7 is a bit too obsolete (at the time of writing).
Python 3.10 seems a better choice as a Python interpreter version for setting up the development environment.

Moreover, version 3.7 is reaching end-of-life in a month: https://devguide.python.org/versions/
  • Loading branch information
marcofavorito committed May 12, 2023
1 parent 9ac95ea commit 3d19164
Show file tree
Hide file tree
Showing 2 changed files with 445 additions and 295 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ types-click = "*"
vulture = ">=2.3,<2.4"

[requires]
python_version = "3.7"
python_version = "3.10"
Loading

0 comments on commit 3d19164

Please sign in to comment.