craftamap / pluploader

A simple plugin uploader for atlassian server tools written in python
Apache License 2.0
11 stars 1 forks source link

Incompatible with python 3.11 #87

Closed EugenMayer closed 1 year ago

EugenMayer commented 1 year ago

When installing under python 3.11 the installation fails.

× Getting requirements to build wheel did not run successfully.
3.517   │ exit code: 1
3.517   ╰─> [68 lines of output]
3.517       /tmp/pip-build-env-w_965y5v/overlay/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
3.517       !!
3.517       
3.517               ********************************************************************************
3.517               The license_file parameter is deprecated, use license_files instead.
3.517       
3.517               By 2023-Oct-30, you need to update your project and remove deprecated calls
3.517               or your builds will no longer be supported.
3.517       
3.517               See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
3.517               ********************************************************************************
3.517       
3.517       !!

Reason ishttps://setuptools.pypa.io/en/latest/userguide/declarative_config.html

Can be reproduced by updating the Dockerfile to python:3.11

and run

docker build . --build-arg PL_VERSION=0.8.2

craftamap commented 1 year ago

Hey, I'll try to look into it!

EugenMayer commented 1 year ago

Seems like also poetry fails under 3.11

poetry install

fails with a couple of errors.

Thanks for looking into it!

craftamap commented 1 year ago

python package + docker container are working again with version v0.8.3. :)

EugenMayer commented 1 year ago

thank you sir! Esp. for being so quick about it