From 02dd6bd5df299251c69d70ae9f6d05744497aca2 Mon Sep 17 00:00:00 2001 From: Paul Schwarzenberger Date: Tue, 26 Mar 2024 07:55:38 +0000 Subject: [PATCH] Upgrade to Python12 --- .github/workflows/website.yml | 2 +- docs/options.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 7e7aa7af..8bee0a07 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.11 + python-version: 3.12 - name: Set up cache uses: actions/cache@v4 diff --git a/docs/options.md b/docs/options.md index 58c43295..4858ada1 100644 --- a/docs/options.md +++ b/docs/options.md @@ -47,4 +47,5 @@ To avoid certificate validation errors, it's essential that the CRL lifetime is * Similarly, Root CA CRL lifetime can be adjusted using the Terraform variables `root_crl_days` and `root_crl_seconds` * Generally there should be no need to change these values from their defaults - *Default setting (Issuing and Root CA CRLs): 1 day with a 600 second overlap period* \ No newline at end of file + *Default setting (Issuing and Root CA CRLs): 1 day with a 600 second overlap period* + \ No newline at end of file