Skip to content

Commit

Permalink
Run tests on Python 3.13 release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Aug 14, 2024
1 parent c5ef7b3 commit 551c00a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test_examples.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# This workflow will install Python dependencies, run tests, and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python package
Expand All @@ -19,9 +19,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.13'
allow-prereleases: true
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 551c00a

Please sign in to comment.