Firstyear / obs-service-cargo

OBS Source Service and utilities for Rust software packaging
Mozilla Public License 2.0
16 stars 9 forks source link

python 3.6 support possible? #23

Closed darix closed 1 year ago

darix commented 1 year ago

would enable running it on leap/SLE

Firstyear commented 1 year ago

I haven't had a need to run it on leap/sle to this point, since all my running of the service has been from tumbleweed, and then we can commit sources for SLE/leap. What machines are you thinking to run this on? What's currently the blocker in regard to the design of the python that would need changes for 3.6?

darix commented 1 year ago

the container for the server side install is based on 15.5 right now. and your package does not build for it because of the buildrequires for python3 >= 3.8 :)

Firstyear commented 1 year ago

Fixed in master, I'll update the package too.

darix commented 1 year ago

Danke