Skip to content

Commit

Permalink
Add Python 3.12 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne committed Oct 17, 2023
1 parent ffc2b5b commit 2d4fa26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/actions/create_readme/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,13 @@ runs:
echo "" >> README.md
echo "![Python 3.11 compilation results](./${FILE}_compilation.svg)" >> README.md
echo "![Python 3.11 execution results](./${FILE}_execution.svg)" >> README.md
echo "## Python 3.12 results" >> README.md
FILE=version_specific_results/pypi_performance_312_${VERSION}
cat ${FILE}.md >> README.md
FILE=version_specific_results/pypi_performance_312
echo "" >> README.md
echo "![Python 3.12 compilation results](./${FILE}_compilation.svg)" >> README.md
echo "![Python 3.12 execution results](./${FILE}_execution.svg)" >> README.md
working-directory: ./.
shell: bash
2 changes: 1 addition & 1 deletion .github/workflows/daily_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
needs: Check_Pyccel_Version
strategy:
matrix:
python-minor-version: [8, 9, 10, 11]
python-minor-version: [8, 9, 10, 11, 12]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2d4fa26

Please sign in to comment.