Skip to content

Missing classifiers for Python 3.8/3.9 #1642

@samlishak-artemis

Description

@samlishak-artemis

Python 3.8 and 3.9 are missing from the classifiers in setup.py:

dash/setup.py

Lines 55 to 63 in 358c508

"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",

But there is no restriction to 3.7 or below in python_requires:

dash/setup.py

Line 29 in 358c508

python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*",

Anecdotally, I've been using Dash on Python 3.9 with no issues. Reporting as an issue as I can't see any mention of Python 3.8 and 3.9 compatibility so far!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions