Skip to content

Commit

Permalink
Merge pull request #44 from gforcada/test-python-3-12
Browse files Browse the repository at this point in the history
Test python 3.12
  • Loading branch information
gforcada committed Sep 16, 2023
2 parents 0866be1 + 8135c3f commit 3c924d2
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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
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]
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Changelog
- Drop python 3.7 support.
[gforcada]

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

2.0.0 (2022-10-08)
------------------

Expand Down

0 comments on commit 3c924d2

Please sign in to comment.