Skip to content

Commit

Permalink
Skip Python 3.12 for now, it needs more work
Browse files Browse the repository at this point in the history
  • Loading branch information
jerith committed Feb 13, 2024
1 parent 1476564 commit 4c3333b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- 5672:5672
strategy:
matrix:
python-version: ["3.11", "3.12"]
# Python 3.12 support needs some work, apparently.
python-version: ["3.11"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- Fix connector startup error (#53, #54)

### Changed
- Drop support for Python 3.9 and 3.10, add 3.12 to CI (#55)
- Drop support for Python 3.9 and 3.10 (#55)

## [0.1.0] - 2023-04-05

Expand Down

0 comments on commit 4c3333b

Please sign in to comment.