File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "nats-server"
77version = " 0.0.0"
88description = ' Python library for managing NATS servers for development and testing'
99readme = " README.md"
10- requires-python = " >=3.8 "
10+ requires-python = " >=3.11 "
1111license = " MIT"
1212keywords = [" nats" , " messaging" , " testing" ]
1313authors = [
@@ -16,11 +16,9 @@ authors = [
1616classifiers = [
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]
You can’t perform that action at this time.
0 commit comments