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

Add Python 3.8 to the test matrix #992

Merged
merged 1 commit into from
Oct 19, 2019
Merged

Add Python 3.8 to the test matrix #992

merged 1 commit into from
Oct 19, 2019

Conversation

jdufresne
Copy link
Contributor

Python 3.8 was released on October 14th, 2019.

  • Added 'Programming Language :: Python :: 3.8' trove classifier.
  • Added 'py38' to the tox test matrix.
  • Added 'python: 3.8' to the Travis test matrix.
  • Removed 'dist: xenial' from Travis configuration; it is now the
    default.
  • Removed 'dist: trusty' from Travis configuration; it is not longer
    necessary.
  • Removed 'sudo' from Travis configuration; it is deprecated.

https://docs.python.org/3.8/whatsnew/3.8.html

Python 3.8 was released on October 14th, 2019.

- Added 'Programming Language :: Python :: 3.8' trove classifier.
- Added 'py38' to the tox test matrix.
- Added 'python: 3.8' to the Travis test matrix.
- Removed 'dist: xenial' from Travis configuration; it is now the
  default.
- Removed 'dist: trusty' from Travis configuration; it is not longer
  necessary.
- Removed 'sudo' from Travis configuration; it is deprecated.

https://docs.python.org/3.8/whatsnew/3.8.html
@dvarrazzo
Copy link
Member

Thank you: was just about to work on this.

Will try to build on Windows too

@dvarrazzo
Copy link
Member

Appveyor doesn't support Python 3.8 at the moment so won't build that for now. (#990)

@dvarrazzo dvarrazzo merged commit 4e13acd into psycopg:master Oct 19, 2019
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