...
 
Commits (2)
    https://gitcode.net/awesome-mirrors/pypa/pip/-/commit/5b1fa83ffcd2ceea484d26783be979403d6563f2 Add Python 3.12 classifier (#12019) 2023-05-08T14:17:46+05:30 Pradyun Gedam pradyunsg@gmail.com https://gitcode.net/awesome-mirrors/pypa/pip/-/commit/f25f8fffbbd16fdb13a4f8977946afe9a3248453 Add Read the Docs build configuration (#12020) 2023-05-08T14:24:14+05:30 Pradyun Gedam pradyunsg@gmail.com
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
builder: htmldir
configuration: docs/html/conf.py
python:
version: 3.8
install:
- requirements: docs/requirements.txt
......@@ -42,6 +42,7 @@ setup(
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],
......