File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Features
2121- Supports only [ Python versions with TLS
2222 1.2] ( http://pyfound.blogspot.com/2017/01/time-to-upgrade-your-python-tls-v12.html ) .
2323 Keep it simple!
24- - Tested with Python 3.6 , 3.7 , and 3.8 .
24+ - Tested with Python 3.9 , 3.10 , and 3.11 .
2525- One-to-one mapping between * tmdbsimple* methods and TMDb endpoints.
2626- Implements all TMDb methods, including Accounts and Authentication.
2727- Easy to access data using Python class attributes.
Original file line number Diff line number Diff line change 2727 "Intended Audience :: Developers" ,
2828 "Operating System :: OS Independent" ,
2929 "Programming Language :: Python :: 3" ,
30- "Programming Language :: Python :: 3.6 " ,
31- "Programming Language :: Python :: 3.7 " ,
32- "Programming Language :: Python :: 3.8 " ,
30+ "Programming Language :: Python :: 3.9 " ,
31+ "Programming Language :: Python :: 3.10 " ,
32+ "Programming Language :: Python :: 3.11 " ,
3333 "Topic :: Utilities" ,
3434 ],
3535)
You can’t perform that action at this time.
0 commit comments