Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
802e665a
Unverified
Commit
802e665a
authored
Dec 31, 2021
by
Prabhat Roy
Committed by
GitHub
Dec 31, 2021
Browse files
Remove Python 3.6 from CI (#5152)
parent
93191f88
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
110 additions
and
930 deletions
+110
-930
.circleci/config.yml
.circleci/config.yml
+109
-929
.circleci/regenerate.py
.circleci/regenerate.py
+1
-1
No files found.
.circleci/config.yml
View file @
802e665a
This diff is collapsed.
Click to expand it.
.circleci/regenerate.py
View file @
802e665a
...
...
@@ -21,7 +21,7 @@ import yaml
from
jinja2
import
select_autoescape
PYTHON_VERSIONS
=
[
"3.6"
,
"3.7"
,
"3.8"
,
"3.9"
]
PYTHON_VERSIONS
=
[
"3.7"
,
"3.8"
,
"3.9"
]
RC_PATTERN
=
r
"/v[0-9]+(\.[0-9]+)*-rc[0-9]+/"
...
...
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