Skip to content

Commit

Permalink
Add Python 3.12 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Nov 1, 2023
1 parent 6feb40e commit e71320b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,17 @@ jobs:

strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- name: 🔒 Harden Runner
uses: step-security/harden-runner@v2
uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
files.pythonhosted.org:443
objects.githubusercontent.com:443
github.com:443
pypi.org:443
api.github.com:443
Expand Down Expand Up @@ -73,7 +74,7 @@ jobs:

steps:
- name: 🔒 Harden Runner
uses: step-security/harden-runner@v2
uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
disable-sudo: true
egress-policy: block
Expand Down

0 comments on commit e71320b

Please sign in to comment.