Skip to content

Commit

Permalink
chore: add support for Python 3.12. (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Nov 20, 2023
1 parent 1daa029 commit 7c1e785
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 108 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,23 @@ jobs:
{ os: 'ubuntu-latest', python-version: '3.9' },
{ os: 'ubuntu-latest', python-version: '3.10' },
{ os: 'ubuntu-latest', python-version: '3.11' },
{ os: 'ubuntu-latest', python-version: '3.12' },
{ os: 'ubuntu-latest', python-version: 'pypy3.8' },
{ os: 'ubuntu-latest', python-version: 'pypy3.9' },
{ os: 'ubuntu-latest', python-version: 'pypy3.10' },
{ os: 'macos-latest', python-version: '3.8' },
{ os: 'macos-latest', python-version: '3.9' },
{ os: 'macos-latest', python-version: '3.10' },
{ os: 'macos-latest', python-version: '3.11' },
{ os: 'macos-latest', python-version: '3.12' },
{ os: 'macos-latest', python-version: 'pypy3.8' },
{ os: 'macos-latest', python-version: 'pypy3.9' },
{ os: 'macos-latest', python-version: 'pypy3.10' },
{ os: 'windows-latest', python-version: '3.8' },
{ os: 'windows-latest', python-version: '3.9' },
{ os: 'windows-latest', python-version: '3.10' },
{ os: 'windows-latest', python-version: '3.11' },
{ os: 'windows-latest', python-version: '3.12' },
]
# https://endoflife.date/python
runs-on: ${{ matrix.platform.os }}
Expand Down

0 comments on commit 7c1e785

Please sign in to comment.