Skip to content

Commit

Permalink
Require Python >=3.8 and fix readthedocs configuration (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 authored Sep 5, 2023
1 parent 8406853 commit 2f04982
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ sphinx:
configuration: docs/conf.py
formats:
- pdf
build:
os: ubuntu-22.04
tools:
python: "3.10"
python:
version: 3.6
install:
- method: pip
path: .
- requirements: docs/requirements.txt
- requirements: docs/requirements.txt
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
},
url="https://github.com/CERT-Polska/karton",
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"License :: OSI Approved :: BSD License",
],
python_requires='>=3.8',
)

0 comments on commit 2f04982

Please sign in to comment.