Skip to content

Commit 0987b2f

Browse files
committed
Run tests in Python 3.13
1 parent bfcb16b commit 0987b2f

File tree

3 files changed

+67
-65
lines changed

3 files changed

+67
-65
lines changed

.github/workflows/instrumentations_0.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ jobs:
1717
py310: "3.10"
1818
py311: "3.11"
1919
py312: "3.12"
20+
py312: "3.13"
2021
pypy3: pypy-3.8
2122
RUN_MATRIX_COMBINATION: ${{ matrix.python-version }}-${{ matrix.package }}-${{ matrix.os }}
2223
runs-on: ${{ matrix.os }}
2324
strategy:
2425
fail-fast: false # ensures the entire test matrix is run, even if one permutation fails
2526
matrix:
26-
python-version: [py38, py39, py310, py311, py312, pypy3]
27+
python-version: [py38, py39, py310, py311, py312, py313, pypy3]
2728
package:
2829
# Do not add more instrumentations here, add them in instrumentations_1.yml.
2930
# The reason for this separation of instrumentations into more than one YAML file is

.github/workflows/instrumentations_1.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ jobs:
1717
py310: "3.10"
1818
py311: "3.11"
1919
py312: "3.12"
20+
py312: "3.13"
2021
pypy3: pypy-3.8
2122
RUN_MATRIX_COMBINATION: ${{ matrix.python-version }}-${{ matrix.package }}-${{ matrix.os }}
2223
runs-on: ${{ matrix.os }}
2324
strategy:
2425
fail-fast: false # ensures the entire test matrix is run, even if one permutation fails
2526
matrix:
26-
python-version: [py38, py39, py310, py311, py312, pypy3]
27+
python-version: [py38, py39, py310, py311, py312, py313, pypy3]
2728
package:
2829
- "urllib"
2930
- "urllib3"

0 commit comments

Comments
 (0)