Skip to content

Conversation

jdufresne
Copy link
Contributor

@jdufresne jdufresne commented Jan 1, 2018

Python 3.3.x has reached end-of-life. The final release was 3.3.7
released 2017-09-19. It is no longer receiving bug reports or bug fixes
including for security issues. It use should not be encouraged. Only
support fully support Python versions.

Additionally, the most recent pytest release has dropped support for
Python 3.3, making it incompatible. See:

https://docs.pytest.org/en/latest/changelog.html#pytest-3-3-0-2017-11-23

Pytest no longer supports Python 2.6 and 3.3. Those Python versions are EOL for some time now and incur maintenance and compatibility costs on the pytest core team, and following up with the rest of the community we decided that they will no longer be supported starting on this version. Users which still require those versions should pin pytest to <3.3.

@codecov-io
Copy link

codecov-io commented Jan 1, 2018

Codecov Report

Merging #23 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #23   +/-   ##
=======================================
  Coverage   88.05%   88.05%           
=======================================
  Files           4        4           
  Lines         201      201           
  Branches       27       27           
=======================================
  Hits          177      177           
  Misses         15       15           
  Partials        9        9

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b59a9da...4ecf559. Read the comment docs.

@jdufresne
Copy link
Contributor Author

The Travis CI failure is fixed in #24.

Python 3.3.x has reached end-of-life. The final release was 3.3.7
released 2017-09-19. It is no longer receiving bug reports or bug fixes
including for security issues. It use should not be encouraged. Only
support fully support Python versions.

Additionally, the most recent pytest release has dropped support for
Python 3.3, making it incompatible. See:

https://docs.pytest.org/en/latest/changelog.html#pytest-3-3-0-2017-11-23

> Pytest no longer supports Python 2.6 and 3.3. Those Python versions
> are EOL for some time now and incur maintenance and compatibility
> costs on the pytest core team, and following up with the rest of the
> community we decided that they will no longer be supported starting on
> this version. Users which still require those versions should pin
> pytest to <3.3.
@ionelmc ionelmc merged commit c01661d into ionelmc:master Jan 3, 2018
@jdufresne jdufresne deleted the py33 branch January 3, 2018 12:11
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.

3 participants