File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 99 CORE_REPO_SHA : main
1010
1111jobs :
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
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments