Skip to content

Commit ba24554

Browse files
committed
Also test on Python 3.14
1 parent 85539dc commit ba24554

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
26+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2727
os: ["ubuntu-latest", "macOS-latest", "windows-latest"]
2828
backend: ["local", "mongodb", "postgres", "redis"]
2929
exclude:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Current features
4747
----------------
4848

4949
* Pure Python.
50-
* Compatible with Python 3.9+ (Python 2.7 was discontinued in version 1.2.8).
50+
* Compatible with Python 3.10+ (Python 2.7 was discontinued in version 1.2.8).
5151
* Supported and `tested on Linux, OS X and Windows <https://travis-ci.org/shaypal5/cachier>`_.
5252
* A simple interface.
5353
* Defining "shelf life" for cached values.

0 commit comments

Comments
 (0)