We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8f3e3 commit 4a8b151Copy full SHA for 4a8b151
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
16
with:
17
envs: |
18
- - macos: py310-test
19
- - linux: py311-test
+ - macos: py311-test
20
- linux: py312-test
+ - linux: py313-test
21
- linux: build_docs
.readthedocs.yaml
@@ -1,9 +1,12 @@
1
version: 2
2
3
build:
4
- os: ubuntu-22.04
+ os: ubuntu-lts-latest
5
tools:
6
- python: mambaforge-4.10
+ python: mambaforge-latest
7
8
conda:
9
environment: docs/rtd_environment.yaml
10
+
11
+sphinx:
12
+ configuration: docs/conf.py
tox.ini
@@ -17,7 +17,7 @@ deps =
cookiecutter
pytest-cookies
pytest-venv
- tox[testing]
+ tox[test]
22
commands =
23
pytest tests/ {posargs}
0 commit comments