-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Python 3.12 to CI pipeline and update manifest
- Loading branch information
Showing
4 changed files
with
165 additions
and
171 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 |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
- name: Set up Python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.11' | ||
python-version: '3.12' | ||
|
||
- uses: actions/[email protected] | ||
with: | ||
|
@@ -34,9 +34,9 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
path: .venv | ||
key: ${{ runner.os }}-py3.11-venv-${{ hashFiles('pyproject.toml') }} | ||
key: ${{ runner.os }}-py3.12-venv-${{ hashFiles('pyproject.toml') }} | ||
restore-keys: | | ||
${{ runner.os }}-py3.11-venv- | ||
${{ runner.os }}-py3.12-venv- | ||
- uses: ./.github/actions/setup-project | ||
|
||
- name: ${{ matrix.check.name }} | ||
|
@@ -46,7 +46,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
python-version: ['3.9', '3.10', '3.11'] | ||
python-version: ['3.9', '3.10', '3.11', '3.12'] | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
|
@@ -82,7 +82,7 @@ jobs: | |
- name: Set up Python | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.11' | ||
python-version: '3.12' | ||
|
||
- uses: actions/[email protected] | ||
with: | ||
|
@@ -91,9 +91,9 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
path: .venv | ||
key: ${{ runner.os }}-py3.11-venv-${{ hashFiles('pyproject.toml') }} | ||
key: ${{ runner.os }}-py3.12-venv-${{ hashFiles('pyproject.toml') }} | ||
restore-keys: | | ||
${{ runner.os }}-py3.11-venv- | ||
${{ runner.os }}-py3.12-venv- | ||
- uses: ./.github/actions/setup-project | ||
|
||
- name: Publish to PyPI | ||
|
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
Oops, something went wrong.