-
Notifications
You must be signed in to change notification settings - Fork 3
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 #338 from ClearcodeHQ/py3.12
Support Python 3.12, Drop support for Python 3.9
- Loading branch information
Showing
7 changed files
with
12 additions
and
9 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 |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
- uses: fizyk/actions-reuse/.github/actions/[email protected] | ||
with: | ||
python-version: "3.11" | ||
python-version: "3.12" | ||
pipenv-install-options: "--skip-lock" | ||
command: tbump --dry-run --only-patch $(pipenv run tbump current-version)"-x" | ||
towncrier: | ||
|
@@ -21,7 +21,7 @@ jobs: | |
steps: | ||
- uses: fizyk/actions-reuse/.github/actions/[email protected] | ||
with: | ||
python-version: "3.11" | ||
python-version: "3.12" | ||
pipenv-install-options: "--skip-lock" | ||
command: towncrier check --compare-with origin/main | ||
fetch-depth: 0 |
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo | ||
- uses: fizyk/actions-reuse/.github/actions/[email protected] | ||
with: | ||
python-version: "3.11" | ||
python-version: "3.12" | ||
pipenv-install-options: "--skip-lock" | ||
command: "sphinx-build -b html docs/source build/html" | ||
- name: Setup Pages | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
uses: fizyk/actions-reuse/.github/workflows/[email protected] | ||
with: | ||
pipenv-install-options: "--skip-lock" | ||
python-versions: '[3.9, "3.10", "3.11"]' | ||
python-versions: '["3.10", "3.11", "3.12"]' | ||
secrets: | ||
codecov_token: ${{ secrets.CODECOV_TOKEN }} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Drop Support for Python 3.9 |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Add support for Python 3.12 |
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