Skip to content

Commit c270289

Browse files
authored
Try python3.14 -m pip install librabbitmq
1 parent c9c25c6 commit c270289

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pip_install_librabbitmq.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
module:
1313
- librabbitmq
1414
- git+https://github.com/celery/librabbitmq.git
15-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
15+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
19-
- uses: actions/setup-python@v5
18+
- uses: actions/checkout@v5
19+
- uses: actions/setup-python@v6
2020
with:
2121
python-version: ${{ matrix.python-version }}
22-
# allow-prereleases: true
22+
allow-prereleases: true
2323
- run: pip install --upgrade pip
2424
- run: pip install build setuptools>=75.1.0 wheel ${{ matrix.module }}

0 commit comments

Comments
 (0)