Skip to content

Commit 3181413

Browse files
committed
Merge branch 'CQT-391-Add-Rn-gate-to-QX' into CQT-394-Prepare-support-for-Python-3.13
2 parents b7355d6 + f5364ed commit 3181413

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.github/actions/python-tests/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
steps:
1111
- uses: actions/setup-python@v5
1212
with:
13-
python-version: "3.11"
13+
python-version: "3.13"
1414
- name: Get latest CMake
1515
uses: lukka/get-cmake@latest
1616
- name: Install Python dependencies

.github/workflows/assets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727
- uses: actions/setup-python@v5
2828
- name: Install cibuildwheel
29-
run: python -m pip install cibuildwheel==2.18.1
29+
run: python -m pip install cibuildwheel==3.0.1
3030
- name: Build wheels
3131
run: python -m cibuildwheel --output-dir wheelhouse
3232
- uses: actions/upload-artifact@v4

.github/workflows/doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sudo apt-get install -y doxygen
2323
- uses: actions/setup-python@v5
2424
with:
25-
python-version: "3.11"
25+
python-version: "3.13"
2626
- name: Install Python dependencies
2727
run: |
2828
python -m pip install --upgrade pip -r requirements.txt

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1313

1414
### Added
1515
- Rn gate to instruction library
16-
16+
- Support for Python 3.13.
1717

1818
## [ 0.9.0 ] - [ 2025-04-07 ]
1919

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ def run(self):
163163
'Programming Language :: Python :: 3.10',
164164
'Programming Language :: Python :: 3.11',
165165
'Programming Language :: Python :: 3.12',
166+
'Programming Language :: Python :: 3.13',
166167
'Topic :: Scientific/Engineering'
167168
],
168169
packages=['qxelarator'],

0 commit comments

Comments
 (0)