Skip to content

Commit 3d3f0ed

Browse files
committed
fix(ver): update python version
1 parent e3813c0 commit 3d3f0ed

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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: |

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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: |

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
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",
@@ -32,7 +32,7 @@
3232
author_email="[email protected]",
3333
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,

0 commit comments

Comments
 (0)