Skip to content

Commit

Permalink
add python3.12 to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tandav committed Oct 4, 2023
1 parent 2c14304 commit cd80948
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ['3.8', '3.9', '3.10', '3.11']
python_version: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'

- name: Install pypa/build
run: python -m pip install --upgrade setuptools build twine
Expand All @@ -90,7 +90,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.12
- uses: actions/cache@v3
with:
key: ${{ github.ref }}
Expand Down

0 comments on commit cd80948

Please sign in to comment.