Skip to content

Commit

Permalink
readthedocs does use recent python
Browse files Browse the repository at this point in the history
  • Loading branch information
gbeckers committed Sep 20, 2023
1 parent c21bb02 commit 4a77acd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: 2

build:
os: "ubuntu-20.04"
os: "ubuntu-22.04"
tools:
python: "3.8"
python: "3.11"

python:
install:
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,11 @@
'and tool-independent.',
long_description=long_description,
long_description_content_type="text/x-rst",
python_requires='>=3.8',
python_requires='>=3.9',
install_requires=['numpy', 'packaging'],
data_files = [("", ["LICENSE"])],
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",
Expand Down

0 comments on commit 4a77acd

Please sign in to comment.