-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Declare support for Python 3.12 and test with 3.12.
- Loading branch information
1 parent
0d1d8d5
commit 59bc93a
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
- name: Setup nox | ||
uses: wntrblm/[email protected] | ||
with: | ||
python-versions: "3.11" | ||
python-versions: "3.12" | ||
- run: | | ||
nox -v -e lint | ||
nox-test: | ||
|
@@ -48,7 +48,7 @@ jobs: | |
- name: Setup nox | ||
uses: wntrblm/[email protected] | ||
with: | ||
python-versions: "3.9, 3.10, 3.11" | ||
python-versions: "3.9, 3.10, 3.11, 3.12" | ||
- name: Run unit tests | ||
run: | | ||
nox -v -e test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters