OCA / oca-ci

Container image to run OCA CI tests
MIT License
30 stars 42 forks source link

Add 16.0 image #37

Closed carmenbianca closed 2 years ago

carmenbianca commented 2 years ago

I've done a little local testing, and this should just work.

Odoo appears to use Python 3.10 for their own testing. We can add other versions if we want.

sbidoul commented 2 years ago

Odoo appears to use Python 3.10 for their own testing.

What is the evidence? runbot?

carmenbianca commented 2 years ago

Yes, runbot, see http://runbot33.odoo.com/runbot/static/build/19496136-16-0/logs/base.txt

sbidoul commented 2 years ago

Thanks!

If Odoo's runbot is on 3.10 I suppose it is ok to test OCA on 3.10 too.