Skip to content

Commit 8c151c0

Browse files
committed
Update pyproject.toml with current python versions
Signed-off-by: Casper Beyer <casper@synadia.com>
1 parent da821c9 commit 8c151c0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

nats-server/pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "nats-server"
77
version = "0.0.0"
88
description = 'Python library for managing NATS servers for development and testing'
99
readme = "README.md"
10-
requires-python = ">=3.8"
10+
requires-python = ">=3.11"
1111
license = "MIT"
1212
keywords = ["nats", "messaging", "testing"]
1313
authors = [
@@ -16,11 +16,9 @@ authors = [
1616
classifiers = [
1717
"Development Status :: 4 - Beta",
1818
"Programming Language :: Python",
19-
"Programming Language :: Python :: 3.8",
20-
"Programming Language :: Python :: 3.9",
21-
"Programming Language :: Python :: 3.10",
2219
"Programming Language :: Python :: 3.11",
2320
"Programming Language :: Python :: 3.12",
21+
"Programming Language :: Python :: 3.13",
2422
"Programming Language :: Python :: Implementation :: CPython",
2523
"Programming Language :: Python :: Implementation :: PyPy",
2624
]

0 commit comments

Comments
 (0)