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
8f9229a4
Unverified
Commit
8f9229a4
authored
Dec 13, 2022
by
Andrew Murray
Committed by
GitHub
Dec 13, 2022
Browse files
Merge pull request #486 from radarhere/python
Updated to Python 3.11 in GitHub Actions
parents
b72f714b
fb0259bc
Changes
2
Hide 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 @
8f9229a4
...
...
@@ -7,7 +7,7 @@ jobs:
-
uses
:
actions/checkout@v3
-
uses
:
actions/setup-python@v4
with
:
python-version
:
'
3.1
0
'
python-version
:
'
3.1
1
'
-
run
:
pip install --upgrade pip wheel
-
run
:
pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
flake8-comprehensions isort mypy pytest pyupgrade safety
...
...
.github/workflows/test.yml
View file @
8f9229a4
...
...
@@ -21,7 +21,7 @@ jobs:
fail-fast
:
false
matrix
:
os
:
[
ubuntu-latest
]
# [ubuntu-latest, macos-latest, windows-latest]
python-version
:
[
"
3.1
0
"
]
# ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy3"]
python-version
:
[
"
3.1
1
"
]
# ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy3"]
# The type of runner that the job will run on
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