Skip to content

Commit 74e8669

Browse files
committed
Update version and minimum python version
1 parent 3a4af76 commit 74e8669

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ build-backend = "setuptools.build_meta"
88
[project]
99
name = "textworld"
1010
dynamic = ["version", "optional-dependencies", "dependencies", "readme"]
11-
requires-python = ">=3.8"
11+
requires-python = ">=3.9"

‎textworld/version.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.6.2rc4'
1+
__version__ = '1.6.2rc5'

0 commit comments

Comments
 (0)