agate icon indicating copy to clipboard operation
agate copied to clipboard

Please add support for python 3.10

Open KamarajuKusumanchi opened this issue 2 years ago • 1 comments

The setup.py currently shows

...
        'Programming Language :: Python :: 3.7',
        'Programming Language :: Python :: 3.8',
        'Programming Language :: Python :: 3.9',
...

Could you please add support for Python 3.10 as well? It is the latest stable version as per https://www.python.org/downloads/ and was released on 2021-10-04.

KamarajuKusumanchi avatar Aug 10 '22 03:08 KamarajuKusumanchi

We are on python 3.11 now, and I'm getting ImportError: cannot import name 'Sequence' from 'collections' since Py 3.10

demiurg avatar Oct 28 '22 13:10 demiurg

If you install from GitHub, it works on Python 3.10 and 3.11.

Note that it already worked on Python 3.10 - we just hadn't updated the classifiers on PyPI.

I'll make a release when I can.

jpmckinney avatar Dec 20 '22 23:12 jpmckinney

If you install from GitHub, it works on Python 3.10 and 3.11.

You may be right. But in my case, I do not install agate directly. Instead, it gets pulled in as a transitive dependency when I install some other packages via conda. If the support for 3.10 and 3.11 is not explicitly mentioned, conda will not install the package.

If you could make the release with explicit support for 3.10 and 3.11, it will be very useful.

KamarajuKusumanchi avatar Dec 26 '22 07:12 KamarajuKusumanchi

New version has been released.

jpmckinney avatar Jan 03 '23 18:01 jpmckinney