Skip to content

Commit

Permalink
feat: add python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-gomes authored Nov 21, 2023
1 parent e98165e commit a2dd165
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,19 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11", rc]
python-version: [
2.7,
3.5,
3.6,
3.7,
3.8,
3.9,
"3.10",
"3.11",
"3.12",
latest,
rc,
]
runs-on: ubuntu-latest
container: python:${{ matrix.python-version }}
steps:
Expand Down

0 comments on commit a2dd165

Please sign in to comment.