Skip to content

Commit

Permalink
Merge pull request #394 from rollbar/bxsx/sc95272/remove-python3.3
Browse files Browse the repository at this point in the history
SC-95272: Remove support for Python 3.3
  • Loading branch information
bxsx authored Nov 22, 2021
2 parents 205d904 + 4191cdd commit 180f95a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 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
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
Expand Down Expand Up @@ -86,10 +85,6 @@
'requests>=0.12.1; python_version >= "3.6"',
'requests<2.26,>=0.12.1; python_version == "3.5"',
'requests<2.22,>=0.12.1; python_version == "3.4"',
'requests<2.19,>=0.12.1; python_version == "3.3"',
'requests<1.2,>=0.12.1; python_version == "3.2"',
'requests<1.2,>=0.12.1; python_version == "3.1"',
'requests<1.2,>=0.12.1; python_version == "3.0"',
'six>=1.9.0'
],
tests_require=tests_require,
Expand Down

0 comments on commit 180f95a

Please sign in to comment.