mirror of https://github.com/docker/docker-py.git
Add support for Python 3.12
Signed-off-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
65558c33dc
commit
cd4bcea9c7
1
setup.py
1
setup.py
|
|
@ -72,6 +72,7 @@ setup(
|
||||||
'Programming Language :: Python :: 3.9',
|
'Programming Language :: Python :: 3.9',
|
||||||
'Programming Language :: Python :: 3.10',
|
'Programming Language :: Python :: 3.10',
|
||||||
'Programming Language :: Python :: 3.11',
|
'Programming Language :: Python :: 3.11',
|
||||||
|
'Programming Language :: Python :: 3.12',
|
||||||
'Topic :: Software Development',
|
'Topic :: Software Development',
|
||||||
'Topic :: Utilities',
|
'Topic :: Utilities',
|
||||||
'License :: OSI Approved :: Apache Software License',
|
'License :: OSI Approved :: Apache Software License',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue