Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Drop support for Python 3.3 #343

Merged
merged 1 commit into from
Jun 24, 2018

Conversation

svisser
Copy link
Collaborator

@svisser svisser commented Jun 24, 2018

Python 3.3 has reached end-of-life: https://devguide.python.org/#status-of-python-branches (2017-09-29).

@coveralls
Copy link

coveralls commented Jun 24, 2018

Coverage Status

Coverage remained the same at 95.265% when pulling 29af23d on svisser:drop-python-33 into 44f5ace on alecthomas:master.

@tusharmakkar08 tusharmakkar08 merged commit 72411cd into alecthomas:master Jun 24, 2018
@svisser svisser deleted the drop-python-33 branch June 24, 2018 12:40
wip-sync pushed a commit to NetBSD/pkgsrc-wip that referenced this pull request Aug 13, 2019
Upstream changes are many minor improvements and bugfixes, plus

**Changes**

- [#378](alecthomas/voluptuous#378): Allow `extend()` of a `Schema` to return a subclass of a `Schema` as well.

**Changes**:

- [#349](alecthomas/voluptuous#349): Support Python 3.7.
- [#343](alecthomas/voluptuous#343): Drop support for Python 3.3.

**Changes**:

- [#293](alecthomas/voluptuous#293): Support Python 3.6.
- [#294](alecthomas/voluptuous#294): Drop support for Python 2.6, 3.1 and 3.2.
- [#318](alecthomas/voluptuous#318): Allow to use nested schema and allow any validator to be compiled.
- [#324](alecthomas/voluptuous#324):
  Default values MUST now pass validation just as any regular value. This is a backward incompatible change if a schema uses default values that don't pass validation against the specified schema.
- [#328](alecthomas/voluptuous#328):
  Modify `__lt__` in Marker class to allow comparison with non Marker objects, such as str and int.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants