mirror of https://github.com/JohnHammond/CTFd.git
Remove Python 2.7
parent
2a90f77ed3
commit
154e281612
|
@ -11,7 +11,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['2.7', '3.6']
|
python-version: ['3.6']
|
||||||
|
|
||||||
name: Python ${{ matrix.python-version }}
|
name: Python ${{ matrix.python-version }}
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue