Test against Python 3.12 preview (#2175)

https://dev.to/hugovk/help-test-python-312-beta-1508/
This commit is contained in:
Simon Willison 2023-09-06 09:16:27 -07:00 committed by GitHub
commit e86eaaa4f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,14 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
allow-prereleases: true
- uses: actions/cache@v3 - uses: actions/cache@v3
name: Configure pip caching name: Configure pip caching
with: with: