We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352c4c8 commit 20823b8Copy full SHA for 20823b8
.github/workflows/testing.yml
@@ -12,16 +12,15 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- python-version: [3.11.9, 3.12.6, 3.13.0]
+ python-version: [3.11.13, 3.12.10, 3.13.7]
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
- name: Set up Python ${{ matrix.python-version }}
19
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
20
with:
21
python-version: ${{ matrix.python-version }}
22
- name: Install dependencies
23
run: |
24
- python -m pip install --upgrade pip
25
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
26
if [ -f test-requirements.txt ]; then pip install -r test-requirements.txt; fi
27
- name: Start RabbitMQ
0 commit comments