Skip to content

Commit 66c64dc

Browse files
committed
Update python versions
1 parent 94ea251 commit 66c64dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
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
)

0 commit comments

Comments
 (0)