Skip to content

Commit

Permalink
Drop support of python3.8, add support for python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ruscoder committed Aug 3, 2024
1 parent 5c2065e commit 906a749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
strategy:
matrix:
include:
- python-version: 3.8
- python-version: 3.9
- python-version: "3.10"
- python-version: "3.11"
- python-version: "3.12"
env:
PYTHON: ${{ matrix.python-version }}
AIDBOX_LICENSE: ${{ secrets.AIDBOX_LICENSE}}
Expand Down

0 comments on commit 906a749

Please sign in to comment.