Skip to content

Commit fc854b8

Browse files
Update testing.yml (HinodeXRT#204)
* Update testing.yml Add Python 3.12 to the tests * Update noxfile.py added 3.12 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1a95ee9 commit fc854b8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/testing.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
python: '3.11'
2727
noxposargs: --durations=10
2828

29+
- name: Python 3.12 (Windows)
30+
os: windows-latest
31+
noxenv: tests-3.12
32+
python: '3.12'
33+
noxposargs: --durations=10
34+
2935
- name: Linters
3036
os: ubuntu-latest
3137
python: '3.11'

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
nox.options.sessions = ["tests", "linters"]
44

5-
python_versions = ("3.9", "3.10", "3.11")
5+
python_versions = ("3.9", "3.10", "3.11", "3.12")
66

77
sphinx_paths = ["docs", "docs/_build/html"]
88
sphinx_fail_on_warnings = ["-W", "--keep-going"]

0 commit comments

Comments
 (0)