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
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['2.7', '3.6']
|
||||
python-version: ['3.6']
|
||||
|
||||
name: Python ${{ matrix.python-version }}
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue