Skip to content

Commit 6f8a89a

Browse files
author
Fabien Coelho
committed
add python 3.13 pre-release CI
1 parent a1bd68b commit 6f8a89a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cachetools-utils.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ["3.10", "3.11", "3.12", "pypy3.10"]
14+
python-version: ["3.10", "3.11", "3.12", "3.13", "pypy3.10"]
1515
steps:
1616
# Setup
1717
- uses: actions/checkout@v4
1818
- name: Set up Python ${{ matrix.python-version }}
1919
uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python-version }}
22+
allow-prereleases: true
2223
# Dependencies
2324
- name: Install Python dependencies and module
2425
run: make venv

0 commit comments

Comments
 (0)