Skip to content

Commit

Permalink
Bump Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne committed Oct 9, 2024
1 parent 6d5c32d commit 5277751
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/daily_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.10
- name: Install pyccel
run: |
python -m pip install --upgrade pip
Expand All @@ -37,7 +37,7 @@ jobs:
needs: Check_Pyccel_Version
strategy:
matrix:
python-minor-version: [8, 9, 10, 11, 12]
python-minor-version: [9, 10, 11, 12, 13]

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
- name: Install dependencies
uses: ./.github/actions/linux_install
- name: Install development version of pyccel from GitHub
Expand All @@ -52,7 +52,7 @@ jobs:
shell: bash
working-directory: ./.
- name: Record Failure
run: echo "Devel branch benchmarks failed on python 3.10!" > version_specific_results/devel_performance_310.md
run: echo "Devel branch benchmarks failed on python 3.11!" > version_specific_results/devel_performance_310.md
if: ${{ failure() }}
- name: Add & Commit
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit 5277751

Please sign in to comment.