Skip to content

Commit d75632c

Browse files
committed
Update deps/requirements
1 parent 1ecfb49 commit d75632c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ With async support
1212

1313
Async support is available as soon as the required dependency (anyio) is installed, so `pip install factorio-rcon-py anyio` is mostly equivalent, but not recommended due to dependency versioning.
1414

15-
Python 3.7+ is required.
15+
Python 3.8+ is required.
1616

1717
## Usage
1818

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "2.0.1"
88
description = "A simple Factorio RCON client"
99
dependencies = []
1010
readme = "README.md"
11-
requires-python = ">=3.7"
11+
requires-python = ">=3.8"
1212
license = {file = "LICENSE"}
1313
authors = [
1414
{name = "mark9064"}
@@ -17,13 +17,13 @@ classifiers = [
1717
"Programming Language :: Python :: 3",
1818
"License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)",
1919
"Operating System :: OS Independent",
20-
"Development Status :: 4 - Beta",
20+
"Development Status :: 5 - Production/Stable",
2121
"Natural Language :: English"
2222
]
2323

2424
[project.optional-dependencies]
2525
async = [
26-
"anyio>=3.0, <4.0"
26+
"anyio>=4.0, <5.0"
2727
]
2828

2929
[project.urls]

0 commit comments

Comments
 (0)