Skip to content

Commit f2f428e

Browse files
authored
try 3.12 (#1068)
1 parent cc95ec0 commit f2f428e

File tree

4 files changed

+230
-170
lines changed

4 files changed

+230
-170
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-22.04
3535
strategy:
3636
matrix:
37-
python: ['3.8', '3.9', '3.10', '3.11']
37+
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
3838

3939
steps:
4040
- uses: actions/checkout@v4

.github/workflows/python-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
python-version: |
4747
3.8
4848
3.11
49+
3.12
4950
5051
- name: Install poetry
5152
run: pip install poetry
@@ -68,7 +69,7 @@ jobs:
6869
env:
6970
# Ignore 32 bit architectures
7071
CIBW_ARCHS: "auto64"
71-
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8,<3.12"
72+
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8,<=3.12"
7273
CIBW_TEST_REQUIRES: "pytest==7.4.2 moto==5.0.1"
7374
CIBW_TEST_EXTRAS: "s3fs,glue"
7475
CIBW_TEST_COMMAND: "pytest {project}/tests/avro/test_decoder.py"

0 commit comments

Comments
 (0)