Skip to content

Commit

Permalink
ci: add python 3.12 to tests matrix (#138)
Browse files Browse the repository at this point in the history
* ci: add `python 3.12` to tests matrix
* ci: use `pypi` deploy environment
  • Loading branch information
DeadNews authored Oct 3, 2023
1 parent baa7c15 commit 904be1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ on:
pull_request:
branches: [main]

permissions:
security-events: write

jobs:
codeql:
name: CodeQL analyze
permissions:
security-events: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -68,6 +68,7 @@ jobs:
needs: [lint, tests]
permissions:
id-token: write
environment: pypi
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 904be1b

Please sign in to comment.