Skip to content

Commit

Permalink
Merge pull request #388 from fizyk/py3.12
Browse files Browse the repository at this point in the history
Support Python 3.12
  • Loading branch information
fizyk committed Oct 11, 2023
2 parents 786b2c0 + d2e1409 commit 6c631c1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
uses: actions/checkout@v4
- uses: fizyk/actions-reuse/.github/actions/pipenv@v2.4.0
with:
python-version: "3.11"
python-version: "3.12"
command: tbump --dry-run --only-patch $(pipenv run tbump current-version)"-x"
towncrier:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: fizyk/actions-reuse/.github/actions/pipenv@v2.4.0
with:
python-version: "3.11"
python-version: "3.12"
command: towncrier check --compare-with origin/main
fetch-depth: 0
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
tests:
uses: fizyk/actions-reuse/.github/workflows/tests-pytests.yml@v2.4.0
with:
python-versions: '["3.8", "3.9", "3.10", "3.11"]'
python-versions: '["3.8", "3.9", "3.10", "3.11", "3.12"]'
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions newsfragments/388.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add support for Python 3.12
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Framework :: Pyramid",
"Framework :: Pytest",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand Down

0 comments on commit 6c631c1

Please sign in to comment.