Skip to content

Commit

Permalink
Try Python 3.12 again
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Feb 28, 2024
1 parent fed8d2c commit 711917f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
# git checkout
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
echo "author.email = [email protected]" >> $HOME/mrbob_answers.txt
echo "author.github.user = pbauer" >> $HOME/mrbob_answers.txt
echo "plone.version = 6.0" >> $HOME/mrbob_answers.txt
echo "python.version = 3.11" >> $HOME/mrbob_answers.txt
echo "python.version = 3.12" >> $HOME/mrbob_answers.txt
echo "vscode_support = False" >> $HOME/mrbob_answers.txt
- name: Install dependencies
Expand Down

0 comments on commit 711917f

Please sign in to comment.