Skip to content

Commit

Permalink
Merge pull request #241 from EliahKagan/classifiers-versions
Browse files Browse the repository at this point in the history
build: Update classifiers stating Python versions
  • Loading branch information
cwacek authored Aug 17, 2023
2 parents f2d25d8 + 4c42912 commit 4cac473
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
# <python_jsonschema_objects - An object wrapper for JSON Schema definitions>
# Copyright (C) <2014-2016> Chris Wacek <[email protected]

import ast
import os
import re
import sys
from setuptools import setup, find_packages

Expand Down Expand Up @@ -49,12 +46,12 @@
],
cmdclass=versioneer.get_cmdclass(),
classifiers=[
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Intended Audience :: Developers",
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 4cac473

Please sign in to comment.