Skip to content

Commit

Permalink
Merge pull request honzajavorek#40 from nijel/py-313
Browse files Browse the repository at this point in the history
chore: test against Python 3.13
  • Loading branch information
honzajavorek authored Oct 26, 2024
2 parents eb8bf13 + 07d2a5a commit 73a4b99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## v4.0.0 (master)
### Breaking
* Dropped support for Python 3.6 and 3.7
* Dropped support for Python 3.6, 3.7 and 3.8

### Fix
* Added deprecation warning for decimal=False
Expand All @@ -11,6 +11,7 @@
* Re-introduced CI tests
* Re-introduced Dependabot
* Updated .gitignore
* Added support for Python 3.13

## v3.1.0 (2024-06-13)
### Features
Expand Down

0 comments on commit 73a4b99

Please sign in to comment.