Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d00d606

Browse files
authored
bump rtd python version to 3.9 (#28)
1 parent 9c67f98 commit d00d606

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Tests
22

33
on: push
44

5+
concurrency:
6+
group: test-${{ github.ref }}
7+
cancel-in-progress: true
8+
59
jobs:
610
test:
711
runs-on: ${{ matrix.os }}

.readthedocs.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
version: 2
44

55
build:
6-
image: latest
6+
os: "ubuntu-22.04"
7+
tools:
8+
python: "3.9"
79
apt_packages:
810
- ffmpeg
911

@@ -12,8 +14,10 @@ sphinx:
1214
configuration: docs/conf.py
1315
fail_on_warning: true
1416

17+
formats:
18+
- pdf
19+
1520
python:
16-
version: 3.8
1721
install:
1822
- requirements: docs/requirements.txt
1923
- method: pip

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ ipykernel
22
matplotlib
33
nbsphinx
44
pandoc
5-
https://github.com/spatial-model-editor/spatial-model-editor/releases/download/latest/sme-latest-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
5+
https://github.com/spatial-model-editor/spatial-model-editor/releases/download/latest/sme-latest-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

0 commit comments

Comments
 (0)