Skip to content

Commit

Permalink
support of python 3.11;support drop python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-vignal committed Sep 16, 2024
1 parent e08a474 commit 29c16be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ build:

# Optionally set the version of Python and requirements required to build your docs
python:
install:
- requirements: requirements.dev.txt
install:
- requirements: requirements.dev.txt
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ requires-python = ">=3.8"
license = {text = "Apache Software License 2.0"}
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
Expand Down

0 comments on commit 29c16be

Please sign in to comment.