aws / sagemaker-experiments

Experiment tracking and metric logging for Amazon SageMaker notebooks and model training.
Apache License 2.0
125 stars 36 forks source link

drop 3.6, add 3.9 and 3.10 #175

Closed danabens closed 1 year ago

danabens commented 1 year ago

GitHub actions no longer supports 3.6

lorenzwalthert commented 1 year ago

Hi @danabens. Does this mean you officially support Python 3.10 and Python 3.9? Maybe the metadata in setup.py should also be updated?

...
classifiers=[
        "Development Status :: 5 - Production/Stable",
        "Intended Audience :: Developers",
        "Natural Language :: English",
        "License :: OSI Approved :: Apache Software License",
        "Programming Language :: Python",
        "Programming Language :: Python :: 3.6",
        "Programming Language :: Python :: 3.7",
        "Programming Language :: Python :: 3.8",
    ],
...
danabens commented 1 year ago

Hi @danabens. Does this mean you officially support Python 3.10 and Python 3.9? Maybe the metadata in setup.py should also be updated?

...
classifiers=[
        "Development Status :: 5 - Production/Stable",
        "Intended Audience :: Developers",
        "Natural Language :: English",
        "License :: OSI Approved :: Apache Software License",
        "Programming Language :: Python",
        "Programming Language :: Python :: 3.6",
        "Programming Language :: Python :: 3.7",
        "Programming Language :: Python :: 3.8",
    ],
...

ya that needs to be updated as well, there were some issues with 3.10 that I'll address later