Skip to content

Commit

Permalink
Merge pull request #109 from gforcada/support-python-3-12
Browse files Browse the repository at this point in the history
feat: test pre-release of python 3.12
  • Loading branch information
gforcada committed Sep 16, 2023
2 parents ebd563d + ba816d3 commit 3482a92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.11", "3.10", 3.9, 3.8, pypy-3.9]
python-version: ["3.12.0-beta.2", "3.11", "3.10", 3.9, 3.8, pypy-3.9]
os: ["ubuntu-22.04"]
include:
- os: "ubuntu-latest"
Expand Down
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -9,6 +9,9 @@ Changelog
- Drop python 3.7 support.
[gforcada]

- Test pre-release of python 3.12.
[gforcada]

2.1.0 (2022-12-23)
------------------

Expand Down

0 comments on commit 3482a92

Please sign in to comment.