Merge branch 'main' into main

This commit is contained in:
Luis Carlos 2023-05-10 11:29:01 -05:00 committed by GitHub
commit 3947a36cb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -1,10 +1,14 @@
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

View File

@ -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",
],