Skip to content

Commit

Permalink
feat: implement caching policies
Browse files Browse the repository at this point in the history
The initial caching implementation didn't turn out to be very useful,
because it was too hard to control exactly how the properties would be
cached.  To address this, I implemented a system that allows a number of
different caching algorithms (called "policies") to be set on a
per-class and per-property basis.

BREAKING CHANGE: Drop support for python2.
  • Loading branch information
kalekundert committed Mar 30, 2021
1 parent df253cf commit a05726a
Show file tree
Hide file tree
Showing 8 changed files with 1,046 additions and 420 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit a05726a

Please sign in to comment.