We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b745f commit 58cbb61Copy full SHA for 58cbb61
noxfile.py
@@ -28,7 +28,7 @@
28
)
29
30
31
-@nox.session(python=["3.10", "3.11"])
+@nox.session(python=["3.11"])
32
def test(session):
33
session.install(".[develop]")
34
setup.py
@@ -67,7 +67,6 @@
67
"Intended Audience :: Developers",
68
"Operating System :: OS Independent",
69
"Programming Language :: Python",
70
- "Programming Language :: Python :: 3.10",
71
"Programming Language :: Python :: 3.11",
72
"Programming Language :: Python :: Implementation :: CPython",
73
"Programming Language :: Python :: Implementation :: PyPy",
0 commit comments