Skip to content

Commit

Permalink
feat: initial cpython 3.12 support (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jul 24, 2023
1 parent 2298a47 commit 15c7987
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12.0-beta.4"
os:
- ubuntu-latest
- macOS-latest
Expand Down Expand Up @@ -94,7 +95,7 @@ jobs:
# - Create GitHub release
# - Publish to PyPI
- name: Python Semantic Release
uses: relekang/[email protected].4
uses: python-semantic-release/[email protected].6
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
Expand Down Expand Up @@ -124,7 +125,7 @@ jobs:
python-version: "3.10"

- name: Install python-semantic-release
run: python3 -m pip install python-semantic-release
run: python3 -m pip install python-semantic-release==7.34.6

- name: Get Release Tag
id: release_tag
Expand Down

0 comments on commit 15c7987

Please sign in to comment.