adrienverge / yamllint

A linter for YAML files.
GNU General Public License v3.0
2.83k stars 269 forks source link

CI: Add support for Python 3.12 #597

Closed DimitriPapadopoulos closed 10 months ago

DimitriPapadopoulos commented 12 months ago

~~Python 3.12 release candidates are available, and version 3.12 has been available in GitHub runners for almost a year: https://github.com/actions/setup-python/issues/514~~

coveralls commented 12 months ago

Coverage Status

coverage: 99.391%. remained the same when pulling 70a1959828326adffb22c0bb6ecb5bf5e4d8651c on DimitriPapadopoulos:3.12 into f63e56fd982e8dcee9f7849f80926e032cdabebd on adrienverge:master.

DimitriPapadopoulos commented 12 months ago

I still need 3.12-dev instead of 3.12 here. I thought I had seen other projects use 3.12 on ubuntu-latest, I must have been mistaken. Any way, tests pass as expected, so this program is ready for Python 3.12.

adrienverge commented 12 months ago

Thanks and good idea!

I still need 3.12-dev instead of 3.12 here.

It's normal because I think the official release of Python 3.12 is scheduled for 2023-10-02. Let's undraft this pull request in 3 weeks?

silverwind commented 10 months ago

Time to merge this?