File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 - name : Set up Python
2222 uses : actions/setup-python@v4
2323 with :
24- python-version : ' 3.11 '
24+ python-version : ' 3.12 '
2525
2626 - name : Install dependencies
2727 run : |
Original file line number Diff line number Diff line change 1313 - name : Set up Python
1414 uses : actions/setup-python@v4
1515 with :
16- python-version : ' 3.11 '
16+ python-version : ' 3.12 '
1717
1818 - name : Install dependencies
1919 run : |
Original file line number Diff line number Diff line change 2222
2323setup (
2424 name = "scaleway_qaas_client" ,
25- version = "0.1.11 " ,
25+ version = "0.1.12 " ,
2626 project_urls = {
2727 "Documentation" : "https://www.scaleway.com/en/quantum-as-a-service/" ,
2828 "Source" : "https://github.com/scaleway/scaleway-qaas-client-pythom" ,
32323333 packages = find_packages (),
3434 install_requires = requirements ,
35- python_requires = (">=3.10 .0" ),
35+ python_requires = (">=3.12 .0" ),
3636 license = "Apache 2" ,
3737 description = description ,
3838 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments