Skip to content

Commit 7094071

Browse files
⚡🚨 tests(constatns): Update required PYTHON_VERSION for running tests
1 parent 8fead45 commit 7094071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

response_shaper/tests/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
PYTHON_VERSION = (3, 8)
2-
PYTHON_VERSION_REASON = "Requires Python 3.8 or higher"
1+
PYTHON_VERSION = (3, 9)
2+
PYTHON_VERSION_REASON = "Requires Python 3.9 or higher"

0 commit comments

Comments
 (0)