Skip to content

Commit

Permalink
feat(ci): enable cpython 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
amirouche committed Nov 29, 2023
1 parent ea9c7a8 commit e2bc6ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ on:
env:
GH_TOKEN: ${{ github.token }}
GIT_OBJECT: ${{ github.head_ref || github.ref_name }}

jobs:
check:
strategy:
fail-fast: false
matrix:
python-version:
- 3.8
- 3.9
- "3.10"
- "3.11"
Expand Down

0 comments on commit e2bc6ec

Please sign in to comment.