Skip to content

Commit

Permalink
Added Python 3.8 to classifiers in setup.py.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mauritsvanrees committed Mar 28, 2020
1 parent 525f986 commit 49f4d50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
keywords='zope request global',
author='Zope Foundation and Contributors',
Expand Down

2 comments on commit 49f4d50

@icemac
Copy link
Member

@icemac icemac commented on 49f4d50 Mar 28, 2020

Choose a reason for hiding this comment

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

This is not tested neither via tox.ini nor on TravisCI. Could you please update there, too?

@mauritsvanrees
Copy link
Member Author

Choose a reason for hiding this comment

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

This was part of a mass update of packages in Plone. When 3.7 was in the classifiers I added 3.8 as well: Plone 5.2 and 6.0 are also tested on 3.8.
I tried restricting the mass update to only core Plone packages, but this one slipped through.

I will have a look now and am running tox locally.
Ah, finished and it works with 3.8. I will make a PR.

Please sign in to comment.