Skip to content

Commit

Permalink
Run tests with Python 3.13 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dlax committed May 13, 2024
1 parent 2feac0e commit 7114b2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ jobs:
include:
- python: "3.8"
psycopg: "psycopg2"
- python: "3.12"
- python: "3.13"
psycopg: "psycopg3"
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
allow-prereleases: true
- name: Install tox
run: pip install tox
- name: Add fr_FR and zh_TW for test purposes
Expand Down

0 comments on commit 7114b2f

Please sign in to comment.