Skip to content

Commit

Permalink
add version 3.12 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eltinMeli committed Jun 26, 2024
1 parent c67923e commit 1823652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
run: |
python -m unittest discover tests/
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
ACCESS_TOKEN: ${{secrets.ACCESS_TOKEN}}

0 comments on commit 1823652

Please sign in to comment.