Skip to content

Commit 20823b8

Browse files
committed
Updated CI
1 parent 352c4c8 commit 20823b8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [3.11.9, 3.12.6, 3.13.0]
15+
python-version: [3.11.13, 3.12.10, 3.13.7]
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install dependencies
2323
run: |
24-
python -m pip install --upgrade pip
2524
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2625
if [ -f test-requirements.txt ]; then pip install -r test-requirements.txt; fi
2726
- name: Start RabbitMQ

0 commit comments

Comments
 (0)