lericson / pylibmc

A Python wrapper around the libmemcached interface from TangentOrg.
http://sendapatch.se/projects/pylibmc/
BSD 3-Clause "New" or "Revised" License
479 stars 137 forks source link

Upgrade GitHub Actions and add Python 3.11 to the testing #283

Closed cclauss closed 1 year ago

cclauss commented 1 year ago
lericson commented 1 year ago

Hi @cclauss, the actions are not going through and GitHub is not letting me restart them (in fact it seems it broke last time I retried)

cclauss commented 1 year ago

My mistake. I was using ubuntu-2020 instead of ubuntu-20.04.

cclauss commented 1 year ago

The alternative would be to drop Python 3.6 which is no longer supported:

lericson commented 1 year ago

I’m up for that. - LudvigOn 15 Jan 2023, at 12:58, Christian Clauss @.***> wrote: The alternative would be to drop Python 3.6 which is no longer supported:

https://devguide.python.org/versions

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

cclauss commented 1 year ago

Please re-review.

lericson commented 1 year ago

Very nice, one last thing needs to be changed, that is the stated Python version requirement in the documentation (docs). I can do it once I have a minute also.

lericson commented 1 year ago

I guess we could add pypy3 to the claimed support since it is indeed tested, but perhaps as a separate PR so I don't forget to merge for so long.