Skip to content

Commit d4bf04d

Browse files
Remove lower Python versions from noxfile and setup.py
1 parent 12c5bd6 commit d4bf04d

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
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=["2.7", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"])
31+
@nox.session(python=["3.10", "3.11"])
3232
def test(session):
3333
session.install(".[develop]")
3434

setup.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,6 @@
6767
"Intended Audience :: Developers",
6868
"Operating System :: OS Independent",
6969
"Programming Language :: Python",
70-
"Programming Language :: Python :: 2",
71-
"Programming Language :: Python :: 2.7",
72-
"Programming Language :: Python :: 3",
73-
"Programming Language :: Python :: 3.4",
74-
"Programming Language :: Python :: 3.5",
75-
"Programming Language :: Python :: 3.6",
76-
"Programming Language :: Python :: 3.7",
77-
"Programming Language :: Python :: 3.8",
78-
"Programming Language :: Python :: 3.9",
7970
"Programming Language :: Python :: 3.10",
8071
"Programming Language :: Python :: 3.11",
8172
"Programming Language :: Python :: Implementation :: CPython",

0 commit comments

Comments
 (0)