Skip to content

Commit

Permalink
ci: Test Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Dec 22, 2023
1 parent c89c96c commit a1e317f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
strategy:
matrix:
python-version: [ '3.9',
'3.11' ]
'3.11',
'3.12' ]

name: Python ${{ matrix.python-version }}
steps:
Expand Down

0 comments on commit a1e317f

Please sign in to comment.