Skip to content

Commit

Permalink
Enable Python 3.12 in CI (#260)
Browse files Browse the repository at this point in the history
It's been out for a while. The change is needed to make sure we
don't become unwillingly incompatible.
  • Loading branch information
jstasiak committed Jul 7, 2024
1 parent 8e61d47 commit 541827c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.8, 3.9, "3.10", "3.11", "pypy3.8", "pypy3.9", "pypy3.10"]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "pypy3.8", "pypy3.9", "pypy3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 541827c

Please sign in to comment.