Drop support for Python 3.7 (#142)

This commit is contained in:
Johann Bauer
2022-02-24 15:07:30 +01:00
committed by GitHub
parent ddb1ef8b5f
commit 6cd3bf0cea
4 changed files with 4 additions and 4 deletions

View File

@@ -11,6 +11,6 @@ sphinx:
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
version: "3.8"
install:
- requirements: docs/requirements.txt