mirror of
https://github.com/codex-storage/nim-websock.git
synced 2025-02-02 05:44:53 +00:00
change the python version in github action ci
from: 2.7.17 to pypy-2.7 why: there is annoying warning message in github action ci: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
This commit is contained in:
parent
352bb6b3a4
commit
f3185c216f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -205,7 +205,7 @@ jobs:
|
|||||||
if: runner.os == 'macos' && matrix.target.cpu == 'amd64'
|
if: runner.os == 'macos' && matrix.target.cpu == 'amd64'
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 2.7.17
|
python-version: pypy-2.7
|
||||||
|
|
||||||
- name: Setup and run Autobahn test suite.
|
- name: Setup and run Autobahn test suite.
|
||||||
if: runner.os == 'macos' && matrix.target.cpu == 'amd64'
|
if: runner.os == 'macos' && matrix.target.cpu == 'amd64'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user