File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 9
9
# https://github.com/pyca/cryptography/issues/5863#issuecomment-792343136
10
10
builder : dirhtml
11
11
12
+ build :
13
+ os : ubuntu-22.04
14
+ tools :
15
+ python : " 3.11"
16
+
12
17
python :
13
- version : 3.8
14
18
install :
15
19
- requirements : requirements.txt
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ This is great for sharing simple scripts and snippets between people
67
67
who both have compatible Python versions (such as via email,
68
68
StackOverflow, or GitHub gists). There are even some entire Python
69
69
libraries that offer this as an option, such as `bottle.py
70
- <https://bottlepy .org/docs/dev /> `_ and :doc: `boltons
70
+ <https://pypi .org/project/bottle /> `_ and :doc: `boltons
71
71
<boltons:architecture>`.
72
72
73
73
However, this pattern won't scale for projects that consist of
You can’t perform that action at this time.
0 commit comments