Skip to content

Conversation

@bdewilde
Copy link
Collaborator

@bdewilde bdewilde commented Nov 14, 2021

Description

  • add support for PY3.10, drop support for PY3.7
  • make PY3.8 the standard version used in workflows, packaging, etc.

Motivation and Context

Python 3.10 was released earlier this year, and since spacy (not to mention numpy, etc.) supports PY3.10, textacy should too. On the other end, we're dropping PY3.7 support to align with numpy's supported versions convention and to take advantage of improvements made to typing in PY3.8.

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation, and I have updated it accordingly.

@bdewilde bdewilde changed the base branch from main to develop November 14, 2021 22:48
3.10 was being converted to 3.1, oops
@bdewilde bdewilde marked this pull request as ready for review November 14, 2021 23:06
@bdewilde bdewilde merged commit 7342b5b into develop Nov 14, 2021
@bdewilde bdewilde deleted the bump-python-support branch November 14, 2021 23:07
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.

2 participants