Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
85345674
Commit
85345674
authored
Dec 08, 2023
by
Andrew Murray
Browse files
Updated to Python 3.12
parent
79a4e5bf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/lint_python.yml
.github/workflows/lint_python.yml
+1
-1
.github/workflows/test.yml
.github/workflows/test.yml
+1
-1
No files found.
.github/workflows/lint_python.yml
View file @
85345674
...
@@ -7,7 +7,7 @@ jobs:
...
@@ -7,7 +7,7 @@ jobs:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
-
uses
:
actions/setup-python@v5
-
uses
:
actions/setup-python@v5
with
:
with
:
python-version
:
'
3.1
1
'
python-version
:
'
3.1
2
'
-
run
:
pip install --upgrade pip wheel setuptools
-
run
:
pip install --upgrade pip wheel setuptools
-
run
:
pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
-
run
:
pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
flake8-comprehensions isort mypy pytest pyupgrade safety
flake8-comprehensions isort mypy pytest pyupgrade safety
...
...
.github/workflows/test.yml
View file @
85345674
...
@@ -21,7 +21,7 @@ jobs:
...
@@ -21,7 +21,7 @@ jobs:
fail-fast
:
false
fail-fast
:
false
matrix
:
matrix
:
os
:
[
ubuntu-latest
]
# [ubuntu-latest, macos-latest, windows-latest]
os
:
[
ubuntu-latest
]
# [ubuntu-latest, macos-latest, windows-latest]
python-version
:
[
"
3.1
1
"
]
# ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy3"]
python-version
:
[
"
3.1
2
"
]
# ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11",
"3.12",
"pypy3"]
# The type of runner that the job will run on
# The type of runner that the job will run on
runs-on
:
${{ matrix.os }}
runs-on
:
${{ matrix.os }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment