Skip to content

Commit

Permalink
Add support for Python 3.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec committed Dec 12, 2024
1 parent 95b8dbd commit ade4ae3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'macos-13', 'windows-latest']
pyver: ['3.10', '3.11', '3.12']
pyver: ['3.10', '3.11', '3.12', '3.13']
runs-on:
${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ circuits using the

## Installation

Installation requires Python 3.10, 3.11 or 3.12. Linux, MacOS and Windows are
all supported.
Installation requires Python 3.10, 3.11, 3.12 or 3.13. Linux, MacOS and Windows
are all supported.

### From pypi

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows"
Expand Down

0 comments on commit ade4ae3

Please sign in to comment.