Skip to content

Commit

Permalink
add test with python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Oct 10, 2024
1 parent 2150678 commit 7944ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
strategy:
matrix:
python-version: ['pypy2.7', 3.8, 3.9, '3.10', '3.11', '3.12']
python-version: ['pypy2.7', 3.8, 3.9, '3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v4
- name: Set up MySQL
Expand Down

0 comments on commit 7944ae8

Please sign in to comment.