mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01:00
Merge pull request #1093 from swt2c/reenable_python3.7_ci
Re-enable Python 3.7 in CircleCI builds
This commit is contained in:
@@ -80,12 +80,12 @@ jobs:
|
||||
environment:
|
||||
- MAKE_VENV: "python -m venv venv"
|
||||
|
||||
# "Python-3.7":
|
||||
# <<: *shared
|
||||
# docker:
|
||||
# - image: circleci/python:3.7
|
||||
# environment:
|
||||
# - MAKE_VENV: "python -m venv venv"
|
||||
"Python-3.7":
|
||||
<<: *shared
|
||||
docker:
|
||||
- image: circleci/python:3.7
|
||||
environment:
|
||||
- MAKE_VENV: "python -m venv venv"
|
||||
|
||||
|
||||
# This workflow defines the jobs that comprise the "build" task. The jobs will
|
||||
@@ -97,4 +97,4 @@ workflows:
|
||||
- "Python-2.7"
|
||||
- "Python-3.5"
|
||||
- "Python-3.6"
|
||||
# - "Python-3.7"
|
||||
- "Python-3.7"
|
||||
|
||||
Reference in New Issue
Block a user