Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Drop support for end-of-life Python versions #294

Merged
merged 1 commit into from
Jun 27, 2017

Conversation

jonafato
Copy link
Contributor

@jonafato jonafato commented Jun 26, 2017

Per the dev guide, the following versions have been end of lifed:

  • 2.6: 2013-10-29
  • 3.1: 2012-04-11
  • 3.2: 2016-02-20

Removing support for EOL versions should make future maintenance easier.

@coveralls
Copy link

coveralls commented Jun 26, 2017

Coverage Status

Coverage remained the same at 95.309% when pulling 6b31f45 on jonafato:drop-eol-versions into 2392366 on alecthomas:master.

Copy link
Collaborator

@tusharmakkar08 tusharmakkar08 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please resolve conflicts.

Per the [dev
guide](https://docs.python.org/devguide/#status-of-python-branches), the
following versions have been end of lifed:

- 2.6: 2013-10-29
- 3.1: 2012-04-11
- 3.2: 2016-02-20

Removing support for EOL versions should make future maintenance easier.
@jonafato
Copy link
Contributor Author

Conflicts resolved.

@coveralls
Copy link

coveralls commented Jun 27, 2017

Coverage Status

Coverage remained the same at 95.309% when pulling d01e188 on jonafato:drop-eol-versions into 599764b on alecthomas:master.

@tusharmakkar08 tusharmakkar08 merged commit 55dcdab into alecthomas:master Jun 27, 2017
@jonafato jonafato deleted the drop-eol-versions branch June 27, 2017 02:37
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants