Skip to content

Commit

Permalink
try 3.12 (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu authored Sep 5, 2024
1 parent cc95ec0 commit f2f428e
Show file tree
Hide file tree
Showing 4 changed files with 230 additions and 170 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python: ['3.8', '3.9', '3.10', '3.11']
python: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
python-version: |
3.8
3.11
3.12
- name: Install poetry
run: pip install poetry
Expand All @@ -68,7 +69,7 @@ jobs:
env:
# Ignore 32 bit architectures
CIBW_ARCHS: "auto64"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8,<3.12"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8,<=3.12"
CIBW_TEST_REQUIRES: "pytest==7.4.2 moto==5.0.1"
CIBW_TEST_EXTRAS: "s3fs,glue"
CIBW_TEST_COMMAND: "pytest {project}/tests/avro/test_decoder.py"
Expand Down
Loading

0 comments on commit f2f428e

Please sign in to comment.