File tree Expand file tree Collapse file tree 8 files changed +9
-8
lines changed
tests/Integration/WorkloadManagementSystem Expand file tree Collapse file tree 8 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 10
10
- uses : actions/checkout@v3
11
11
- uses : actions/setup-python@v2
12
12
with :
13
- python-version : ' 3.9 '
13
+ python-version : ' 3.11 '
14
14
- name : Install pre-commit
15
15
run : pip install pre-commit
16
16
- name : Run pre-commit
40
40
- uses : actions/checkout@v3
41
41
- uses : actions/setup-python@v2
42
42
with :
43
- python-version : ' 3.9 '
43
+ python-version : ' 3.11 '
44
44
- name : Installing dependencies
45
45
run : |
46
46
python -m pip install pycodestyle
Original file line number Diff line number Diff line change 30
30
git config --global user.name "DIRACGrid CI"
31
31
- uses : actions/setup-python@v2
32
32
with :
33
- python-version : ' 3.9 '
33
+ python-version : ' 3.11 '
34
34
- name : Installing dependencies
35
35
run : |
36
36
python -m pip install \
Original file line number Diff line number Diff line change 48
48
git fetch --prune --unshallow
49
49
- uses : actions/setup-python@v2
50
50
with :
51
- python-version : ' 3.9 '
51
+ python-version : ' 3.11 '
52
52
- name : Installing dependencies
53
53
run : |
54
54
python -m pip install \
Original file line number Diff line number Diff line change 14
14
- 2.7.5
15
15
- 2.7.13
16
16
- 3.6.8
17
- - 3.9 .4
17
+ - 3.11 .4
18
18
19
19
steps :
20
20
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
4
4
default_language_version :
5
- python : python3.9
5
+ python : python3.11
6
6
7
7
exclude : |
8
8
(?x)^(
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ channels:
8
8
dependencies :
9
9
# Temporary workarounds
10
10
# runtime
11
- - python =3.9
11
+ - python =3.11
12
12
- pip
13
13
- apache-libcloud
14
14
- boto3
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ classifiers =
16
16
Programming Language :: Python :: 3
17
17
Programming Language :: Python :: 3.9
18
18
Programming Language :: Python :: 3.10
19
+ Programming Language :: Python :: 3.11
19
20
Topic :: Scientific/Engineering
20
21
Topic :: System :: Distributed Computing
21
22
Original file line number Diff line number Diff line change 9
9
# - 2.7.x (x < 9)
10
10
# - 2.7.x (x >= 9)
11
11
# - 3.6.x
12
- # - 3.9 .x
12
+ # - 3.11 .x
13
13
#
14
14
#
15
15
# Invoke this with:
You can’t perform that action at this time.
0 commit comments