Skip to content

Commit 3f9e051

Browse files
committed
More python 3.13 updates
1 parent b08d056 commit 3f9e051

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/instrumentations_0.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ jobs:
7979
package: "boto"
8080
- python-version: py312
8181
package: "kafka-python"
82+
- python-version: py313
83+
package: "boto"
84+
- python-version: py313
85+
package: "kafka-python"
8286
- python-version: pypy3
8387
package: "aiopg"
8488
- python-version: pypy3

.github/workflows/lint.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
CORE_REPO_SHA: f31903a03721ce90c338be33131222d4cba37325
1010

1111
jobs:
12-
lint-3_12:
12+
lint-3_13:
1313
strategy:
1414
fail-fast: false # ensures the entire test matrix is run, even if one permutation fails
1515
matrix:
@@ -77,10 +77,11 @@ jobs:
7777
steps:
7878
- name: Checkout Contrib Repo @ SHA - ${{ github.sha }}
7979
uses: actions/checkout@v4
80-
- name: Set up Python 3.12
80+
- name: Set up Python 3.13
8181
uses: actions/setup-python@v5
8282
with:
83-
python-version: 3.12
83+
python-version: 3.13
84+
allow-prereleases: true
8485
- name: Install tox
8586
run: pip install tox
8687
- name: Cache tox environment

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repos:
33
rev: 24.3.0
44
hooks:
55
- id: black
6-
language_version: python3.12
6+
language_version: python3.13
77
- repo: https://github.com/pycqa/isort
88
rev: 5.12.0
99
hooks:

0 commit comments

Comments
 (0)