Skip to content

Commit

Permalink
support python 3.8-3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed Jan 2, 2024
1 parent 59a5830 commit f365df7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 20 deletions.
16 changes: 0 additions & 16 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.5
1.4.6
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author_email=arrapi.__email__,
license=arrapi.__license__,
packages=find_packages(),
python_requires=">=3.6",
python_requires=">=3.8",
keywords=["arrapi", "sonarr", "radarr", "arr", "wrapper", "api"],
install_requires=[
"requests"
Expand All @@ -40,9 +40,10 @@
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries",
"Programming Language :: Python",
"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",
"Programming Language :: Python :: 3.12",
]
)

0 comments on commit f365df7

Please sign in to comment.