Skip to content

Commit

Permalink
chore: support newer python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nr18 committed Mar 4, 2024
1 parent 1f46a43 commit 0aeb257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: [3.8, 3.9]
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ reported the issue. Please try to include as much information as you can.

## Releases

> NOTE: I created a `GH_TOKEN` variable that contains a personal access token that will expires on Jun 2 2024.
Versioning is handled by the `python-semantic-release` when a `fix` or `feat` is committed a new release is automatically created.

0 comments on commit 0aeb257

Please sign in to comment.