File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
- name : Set up Python
10
10
uses : actions/setup-python@v4
11
11
with :
12
- python-version : " 3.10 "
12
+ python-version : " 3.13.4 "
13
13
- run : python -m pip install -U pip
14
14
- run : pip install .
15
15
twine-check :
20
20
- name : Set up Python
21
21
uses : actions/setup-python@v4
22
22
with :
23
- python-version : " 3.10 "
23
+ python-version : " 3.13.4 "
24
24
- run : pip install poetry twine
25
25
- run : poetry install
26
26
- run : poetry build
33
33
- name : Set up Python
34
34
uses : actions/setup-python@v4
35
35
with :
36
- python-version : " 3.10 "
36
+ python-version : " 3.13.4 "
37
37
- run : pip install poetry
38
38
- run : poetry install
39
39
- run : poetry run black --check .
65
65
- name : Set up Python
66
66
uses : actions/setup-python@v4
67
67
with :
68
- python-version : " 3.10 "
68
+ python-version : " 3.13.4 "
69
69
- run : pip install poetry
70
70
- run : poetry install
71
71
- run : poetry run pytest --benchmark-json output.json
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ packages = [
12
12
]
13
13
14
14
[tool .poetry .dependencies ]
15
- python = " ^3.7 "
15
+ python = " ^3.13.3 "
16
16
17
17
[tool .poetry .dev-dependencies ]
18
18
black = " ^21.12b0"
You can’t perform that action at this time.
0 commit comments