Skip to content

Commit 3d19164

Browse files
committed
chore: bump Python interpreter version to 3.10 in Pipfile
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/
1 parent 9ac95ea commit 3d19164

File tree

2 files changed

+445
-295
lines changed

2 files changed

+445
-295
lines changed

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ types-click = "*"
2525
vulture = ">=2.3,<2.4"
2626

2727
[requires]
28-
python_version = "3.7"
28+
python_version = "3.10"

0 commit comments

Comments
 (0)