Browse Source

chore: bumped version and removed python2 from supported langauges list

Alex Gheorghita 11 months ago
parent
commit
f1c24e61bc
1 changed files with 6 additions and 3 deletions
  1. 6 3
      setup.py

+ 6 - 3
setup.py

@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
 
 setuptools.setup(
     name="pyAnaf",
-    version="0.0.2",
+    version="0.0.3",
     author="Radu Boncea",
     author_email="radu.boncea@gmail.com",
     description="A wrapper API of ANAF web services",
@@ -25,8 +25,6 @@ setuptools.setup(
         "Intended Audience :: Developers",
         "Intended Audience :: Financial and Insurance Industry",
         "License :: OSI Approved :: MIT License",
-        "Programming Language :: Python :: 2.6",
-        "Programming Language :: Python :: 2.7",
         "Programming Language :: Python :: 3.0",
         "Programming Language :: Python :: 3.1",
         "Programming Language :: Python :: 3.2",
@@ -34,6 +32,11 @@ setuptools.setup(
         "Programming Language :: Python :: 3.4",
         "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",
         "Topic :: Database :: Front-Ends",
         "Topic :: Office/Business :: Financial :: Accounting",
         "Topic :: Software Development :: Libraries :: Python Modules",