mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-01-11 01:54:21 +01:00
820 python 3 only (#1454)
* Remove Python 2 specific code * Require imports to have a proper isort-supported order * Only test/lint on Python 3 * Bump most dependencies to latest supported version
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['2.7', '3.6']
|
||||
python-version: ['3.6']
|
||||
TESTING_DATABASE_URL: ['mysql+pymysql://root@localhost/ctfd', 'sqlite://', 'postgres://postgres@localhost/ctfd']
|
||||
|
||||
name: Python ${{ matrix.python-version }}
|
||||
|
||||
Reference in New Issue
Block a user