Skip to content

Commit

Permalink
Update testing.yml (#204)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
jslavin and pre-commit-ci[bot] authored Dec 5, 2023
1 parent 1a95ee9 commit fc854b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
python: '3.11'
noxposargs: --durations=10

- name: Python 3.12 (Windows)
os: windows-latest
noxenv: tests-3.12
python: '3.12'
noxposargs: --durations=10

- name: Linters
os: ubuntu-latest
python: '3.11'
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

python_versions = ("3.9", "3.10", "3.11")
python_versions = ("3.9", "3.10", "3.11", "3.12")

sphinx_paths = ["docs", "docs/_build/html"]
sphinx_fail_on_warnings = ["-W", "--keep-going"]
Expand Down

0 comments on commit fc854b8

Please sign in to comment.