-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #197 from dpath-maintainers/190-add-python-312-sup…
…port Add 3.12 support
- Loading branch information
Showing
3 changed files
with
9 additions
and
11 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 |
---|---|---|
|
@@ -30,18 +30,15 @@ jobs: | |
- name: Check out code | ||
uses: actions/checkout@main | ||
|
||
- name: Set up Python 3.11 | ||
- name: Set up Python 3.12 | ||
uses: actions/setup-python@main | ||
with: | ||
python-version: "3.11" | ||
python-version: "3.12" | ||
|
||
- name: Setup flake8 annotations | ||
uses: rbialon/[email protected] | ||
|
||
- name: Lint with flake8 | ||
run: | | ||
pip install flake8 | ||
flake8 setup.py dpath/ tests/ | ||
uses: TrueBrain/[email protected] | ||
with: | ||
path: setup.py dpath/ tests/ | ||
|
||
# Generate a common hashseed for all tests | ||
generate-hashseed: | ||
|
@@ -70,7 +67,7 @@ jobs: | |
strategy: | ||
matrix: | ||
# Match versions specified in tox.ini | ||
python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy-3.7'] | ||
python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy-3.7', '3.12'] | ||
|
||
# Steps represent a sequence of tasks that will be executed as part of the job | ||
steps: | ||
|
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