Skip to content

Commit

Permalink
Update Read the Docs config; update dependency and package versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapets committed Aug 26, 2023
1 parent 7dc9a63 commit af2bf93
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ formats:
- pdf

python:
version: "3.8"
install:
- method: pip
path: .
extra_requirements:
- docs

build:
os: "ubuntu-22.04"
tools:
python: "3.11"
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ge25519"
version = "1.4.3"
version = "1.5.0"
description = """\
Pure-Python data structure for working with Ed25519 \
(and Ristretto) group elements and operations.\
Expand All @@ -13,7 +13,7 @@ authors = [
readme = "README.rst"
requires-python = ">=3.7"
dependencies = [
"fe25519~=1.4"
"fe25519~=1.5"
]

[project.urls]
Expand All @@ -29,9 +29,9 @@ docs = [
test = [
"pytest~=7.2",
"pytest-cov~=4.0",
"parts~=1.6",
"bitlist~=1.1",
"fountains~=2.1"
"parts~=1.7",
"bitlist~=1.2",
"fountains~=2.2"
]
lint = [
"pylint~=2.17.0"
Expand Down

0 comments on commit af2bf93

Please sign in to comment.