Skip to content

Commit

Permalink
Add CI testing for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
eandersson committed May 19, 2024
1 parent 5ca7ef4 commit 5cd632e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.11.8, 3.12.3]
python-version: [3.11.8, 3.12.3, 3.13.0-beta.1]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
5 changes: 5 additions & 0 deletions docker/files/openssl.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ default_md = sha512
prompt = yes
distinguished_name = root_ca_distinguished_name
x509_extensions = root_ca_extensions
extensions = v3_ca
req_extensions = v3_ca

[ v3_ca ]
basicConstraints = CA:TRUE

[ root_ca_distinguished_name ]
commonName = hostname
Expand Down

0 comments on commit 5cd632e

Please sign in to comment.