Skip to content

Commit 0167eb3

Browse files
authored
Upgrade to snakemd 2.4 (#671)
1 parent b19ac7e commit 0167eb3

File tree

3 files changed

+12
-59
lines changed

3 files changed

+12
-59
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,10 @@ where `<url>` is the website to the image. For example:
270270

271271
Prerequisites:
272272

273-
* [Python 3.9 or better][12]
273+
* [Python 3.10 or better][12]
274274
* [pip python package][16]
275275
* [virtualenv python package][13]
276-
* [poetry 2.1.1 or better][15]
276+
* [poetry 2.2.1 or better][15]
277277
* [Docker][14]
278278

279279
If you wish to build a local copy of the website install the necessary packages:

poetry.lock

Lines changed: 8 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name = "sample-programs-website"
33
version = "2025.09.28"
44
description = "Sample Programs in Every Programming Language"
55
readme = ".github/README.md"
6-
requires-python = ">=3.9,<4.0"
6+
requires-python = ">=3.10,<4.0"
77
license = {file = "LICENSE" }
88

99
dependencies = [
10-
"snakemd (>=2.3.0,<2.4.0)",
10+
"snakemd (>=2.4.0,<3.0.0)",
1111
"subete (>=0.21.0,<0.22.0)",
1212
"image-titler (>=2.4.0,<2.5.0)",
1313
"glotter2 (>=0.12.1,<0.13.0)",

0 commit comments

Comments
 (0)