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 13, 2024
1 parent 9345627 commit d3f4968
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Set up Memcached
run: |
sudo apt update
Expand Down

0 comments on commit d3f4968

Please sign in to comment.