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 21
21
- name : Set up Python
22
22
uses : actions/setup-python@v4
23
23
with :
24
- python-version : ' 3.11 '
24
+ python-version : ' 3.12 '
25
25
26
26
- name : Install dependencies
27
27
run : |
Original file line number Diff line number Diff line change 13
13
- name : Set up Python
14
14
uses : actions/setup-python@v4
15
15
with :
16
- python-version : ' 3.11 '
16
+ python-version : ' 3.12 '
17
17
18
18
- name : Install dependencies
19
19
run : |
Original file line number Diff line number Diff line change 22
22
23
23
setup (
24
24
name = "scaleway_qaas_client" ,
25
- version = "0.1.11 " ,
25
+ version = "0.1.12 " ,
26
26
project_urls = {
27
27
"Documentation" : "https://www.scaleway.com/en/quantum-as-a-service/" ,
28
28
"Source" : "https://github.com/scaleway/scaleway-qaas-client-pythom" ,
32
32
33
33
packages = find_packages (),
34
34
install_requires = requirements ,
35
- python_requires = (">=3.10 .0" ),
35
+ python_requires = (">=3.12 .0" ),
36
36
license = "Apache 2" ,
37
37
description = description ,
38
38
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments