Skip to content

Commit

Permalink
🐍 Python 3.12 support, update mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
ariebovenberg committed Nov 13, 2023
1 parent af0c585 commit 0ee8c99
Show file tree
Hide file tree
Showing 6 changed files with 121 additions and 113 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v1
Expand All @@ -25,6 +25,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions poetry==1.4.1
pip install "tox<5" tox-gh-actions "poetry<1.8"
- name: Test with tox
run: tox
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.6.1 (2023-11-13)
------------------

- 🐍 Official Python 3.12 compatibility

0.6.0 (2023-08-15)
------------------

Expand Down
Loading

0 comments on commit 0ee8c99

Please sign in to comment.