mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-02-15 11:14:20 +01:00
Bump pybluemonday to 0.0.9 (#2054)
* Bump pybluemonday to 0.0.9 * Bump python-geoacumen-city * Use Python 3.7 in testing as Python 3.6 is EOL
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.6']
|
||||
python-version: ['3.7']
|
||||
|
||||
name: Linting
|
||||
steps:
|
||||
|
||||
2
.github/workflows/mysql.yml
vendored
2
.github/workflows/mysql.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.6']
|
||||
python-version: ['3.7']
|
||||
|
||||
name: Python ${{ matrix.python-version }}
|
||||
steps:
|
||||
|
||||
2
.github/workflows/postgres.yml
vendored
2
.github/workflows/postgres.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.6']
|
||||
python-version: ['3.7']
|
||||
|
||||
name: Python ${{ matrix.python-version }}
|
||||
steps:
|
||||
|
||||
2
.github/workflows/sqlite.yml
vendored
2
.github/workflows/sqlite.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.6']
|
||||
python-version: ['3.7']
|
||||
|
||||
name: Python ${{ matrix.python-version }}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user