Skip to content

Commit 27aadc2

Browse files
committed
Update Pipenv
1 parent babef9f commit 27aadc2

3 files changed

Lines changed: 675 additions & 4 deletions

File tree

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ __pycache__/
1313
# C extensions
1414
*.so
1515

16-
# Pipenv
17-
Pipfile.lock
18-
1916
# Distribution / packaging
2017
.Python
2118
env/

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ pytest = "*"
1414
ruff = "*"
1515

1616
[requires]
17-
python_version = "3.7"
17+
python_version = "3.13"

0 commit comments

Comments
 (0)