Skip to content

Commit

Permalink
Add Python 3.12 and 3.13 to CI matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 authored and amotl committed Aug 21, 2024
1 parent 4c104b7 commit 44d99cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-20.04']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
os: ['ubuntu-22.04']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
fail-fast: true

steps:
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ def read(path):
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Documentation',
'Topic :: Documentation :: Sphinx',
Expand Down

0 comments on commit 44d99cd

Please sign in to comment.