Skip to content

Commit 64fcdc0

Browse files
authored
Merge pull request #30 from Carreau/sec
add security.md
2 parents de8ca59 + f4b2c5a commit 64fcdc0

File tree

4 files changed

+28
-1
lines changed

4 files changed

+28
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [ 3.5, 3.6, 3.7, 3.8, 3.9, ]
10+
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1111
steps:
1212
- uses: actions/checkout@v2
1313

.readthedocs.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-24.04
5+
tools:
6+
python: "3.12"
7+
8+
sphinx:
9+
configuration: doc/conf.py
10+
11+
# Optional but recommended, declare the Python requirements required
12+
# to build your documentation
13+
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
14+
python:
15+
install:
16+
- requirements: doc/requirements.txt

SECURITY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
All IPython and Jupyter security are handled via [email protected].
6+
You can find more information on the Jupyter website. https://jupyter.org/security
7+
8+
## Tidelift
9+
10+
You can report security concerns for testpath via the [Tidelift platform](https://tidelift.com/security).

doc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx

0 commit comments

Comments
 (0)