italiangrid / voms-admin-server

The VOMS Administration service
italiangrid.github.io/voms
5 stars 10 forks source link

Migrate config scripts from Python 2 to Python 3 #77

Open jacogasp opened 1 month ago

jacogasp commented 1 month ago

A draft PR can be found here https://github.com/italiangrid/voms-admin-server/pull/76 https://github.com/italiangrid/voms-admin-server/pull/78.

The python target version is 3.10, but it should work for python ≥ 3.6.

jacogasp commented 1 month ago

The porting from python 2 to python 3 is ideally completed. Extensive tests should be performed to identify any introduced regressions.