Skip to content

Commit 9343472

Browse files
Merge pull request #6 from ISISComputingGroup/set_supported_python_version
set supported python version
2 parents 3208ccb + d97798a commit 9343472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/genie_python/genie.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
print("\ngenie_python version " + VERSION)
4949

50-
SUPPORTED_PYTHON_VERSION = (3, 11, 6)
50+
SUPPORTED_PYTHON_VERSION = (3, 11, 9)
5151
if sys.version_info[0:3] != SUPPORTED_PYTHON_VERSION[0:3]:
5252
message = (
5353
"WARNING: genie_python only guarantees support for "

0 commit comments

Comments
 (0)