Commit 840df87a authored by Patrick Gerken's avatar Patrick Gerken

Remove 3.3 too and update versions

parent 57848a48
language: python
env:
- PYTHON_VER=2.7
- PYTHON_VER=3.3
- PYTHON_VER=3.4
- PYTHON_VER=3.5
......
......@@ -6,9 +6,6 @@ PYTHON_BUILD_DIR = $(HERE)/python_builds
ifeq ($(PYTHON_VER),2.7)
PYTHON_MINOR ?= 2.7.11
endif
ifeq ($(PYTHON_VER),3.3)
PYTHON_MINOR ?= 3.3.0
endif
ifeq ($(PYTHON_VER),3.4)
PYTHON_MINOR ?= 3.4.4
PYTHON_CONFIGURE_ARGS ?= --without-ensurepip
......
......@@ -101,7 +101,6 @@ setup(
'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',
'Topic :: Software Development :: Build Tools',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment