Skip to content

Commit 6bdf3b3

Browse files
committed
Run tests on python 3.14 and 3.14 with free threads
1 parent 21a9b4b commit 6bdf3b3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: lint
77
steps:
88
- uses: actions/checkout@master
9-
- uses: actions/setup-python@v5
9+
- uses: actions/setup-python@v6
1010
with:
1111
python-version: "3.13"
1212
- run: |
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: ["ubuntu-24.04"]
26-
python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
26+
python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
2727
concurrency: ["cpython", "gevent"]
2828

2929
runs-on: ${{ matrix.os }}
@@ -49,9 +49,10 @@ jobs:
4949

5050
steps:
5151
- uses: actions/checkout@master
52-
- uses: actions/setup-python@v5
52+
- uses: actions/setup-python@v6
5353
with:
5454
python-version: ${{ matrix.python }}
55+
allow-prereleases: true
5556
- run: |
5657
sudo apt-get update
5758
sudo apt-get remove libhashkit2 libmemcached11 || true

0 commit comments

Comments
 (0)