Skip to content

Commit 5381a56

Browse files
committed
chore: update Python target version to 3.12 and remove unnecessary comment from requirements
1 parent 1a6c52a commit 5381a56

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ line-length = 110
4040
# Allow unused variables when underscore-prefixed.
4141
dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
4242

43-
# Assume Python 3.11
44-
target-version = "py311"
43+
# Assume Python 3.12
44+
target-version = "py312"
4545

4646
[tool.ruff.mccabe]
4747
# Unlike Flake8, default to a complexity level of 10.

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#python >= 3.7
21
numpy
32
hypothesis
43
pandas

0 commit comments

Comments
 (0)