Skip to content

Commit

Permalink
update test matrix to include python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mbway committed Dec 8, 2024
1 parent 828d8c0 commit 505bf42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ on:
python_version:
type: choice
description: Python version to test with
default: '3.12'
default: '3.13'
options:
- 'all'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- '3.13'
- '3.13t'
- 'pypy3.9'
- 'pypy3.10'
test_specification:
Expand Down
2 changes: 1 addition & 1 deletion Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ a PR, but generally stick to conforming to the suggested linter rules.
2. Update `Changelog.md` to reflect the new changes.
3. Check out the commit you want to make a release from.
4. Run `git tag <version>` e.g. `git tag v0.1.0`.
5. Run `git push origin <version>` e.g. `git tag v0.1.0`.
5. Run `git push origin <version>` e.g. `git push origin v0.1.0`.
- This will trigger the 'release' github action which will upload to PyPi.

0 comments on commit 505bf42

Please sign in to comment.