Skip to content

Commit b1e14fc

Browse files
author
Fabien Coelho
committed
try with Python 3.14 (future)
1 parent 088eae9 commit b1e14fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cachetools-utils.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ["3.10", "3.11", "3.12", "3.13", "pypy3.10"]
14+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "pypy3.10"]
1515
steps:
1616
# Setup
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)