File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed
Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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' ],
You can’t perform that action at this time.
0 commit comments