Skip to content

Commit 58cbb61

Browse files
Remove references to python 3.10
1 parent 29b745f commit 58cbb61

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
)
2929

3030

31-
@nox.session(python=["3.10", "3.11"])
31+
@nox.session(python=["3.11"])
3232
def test(session):
3333
session.install(".[develop]")
3434

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
"Intended Audience :: Developers",
6868
"Operating System :: OS Independent",
6969
"Programming Language :: Python",
70-
"Programming Language :: Python :: 3.10",
7170
"Programming Language :: Python :: 3.11",
7271
"Programming Language :: Python :: Implementation :: CPython",
7372
"Programming Language :: Python :: Implementation :: PyPy",

0 commit comments

Comments
 (0)