Skip to content

Commit

Permalink
Remove Python 3.3 builds from CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bxsx committed Nov 22, 2021
1 parent 22f17fb commit 4191cdd
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,18 +134,6 @@ jobs:
include:
- python-version: 2.7
framework: FLASK_VERSION=0.9
- python-version: 3.3
framework: FLASK_VERSION=0.10.1
- python-version: 3.3
framework: FLASK_VERSION=0.11.1
- python-version: 3.3
framework: FLASK_VERSION=0.12.4
- python-version: 3.3
framework: FLASK_VERSION=1.0.2
- python-version: 3.3
framework: DJANGO_VERSION=1.6.11
- python-version: 3.3
framework: DJANGO_VERSION=1.8.19
- python-version: 3.4
framework: DJANGO_VERSION=1.7.11
- python-version: 3.4
Expand Down Expand Up @@ -185,11 +173,6 @@ jobs:
- name: Install dependencies
run: pip install setuptools==39.2.0 --force-reinstall

- name: Python 3.3 dependencies
if: ${{ matrix.python-version == '3.3' }}
run: pip install --force-reinstall \
Werkzeug==0.14.1 six>=1.9.0 requests>=0.12.1 enum34 unittest2 blinker webob

- name: Set the framework
run: echo ${{ matrix.framework }} >> $GITHUB_ENV

Expand Down

0 comments on commit 4191cdd

Please sign in to comment.