Suor / django-cacheops

A slick ORM cache with automatic granular event-driven invalidation.
BSD 3-Clause "New" or "Revised" License
2.12k stars 227 forks source link

Add support to python 3.10 #411

Closed jairhenrique closed 3 years ago

Suor commented 3 years ago

Why do you remove Python 3.5? Also Travis doesn't work anymore.

jairhenrique commented 3 years ago

@Suor the support of python 3.5 ended 1 year ago (https://endoflife.date/python).

I think you can migrate to the new travis-ci.com. https://app.travis-ci.com/github/Suor/django-cacheops

Suor commented 3 years ago

That one doesn't see this repo. Ok, it sees it now

jairhenrique commented 3 years ago

@Suor I don't know why this is happening

Could not authorize build request for Suor

image

jairhenrique commented 3 years ago

@Suor I found the issue! You need to select a plan on travis settings https://app.travis-ci.com/account/plan

jairhenrique commented 3 years ago

Closes in favor of #412