Skip to content

Commit

Permalink
Add support for python 3.13 (#29)
Browse files Browse the repository at this point in the history
* Update CI.yml

* Update CI.yml

* Update CI.yml
  • Loading branch information
baseplate-admin committed Jun 29, 2024
1 parent 00b1c23 commit bad38c3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@ jobs:
strategy:
matrix:
python-version:
['3.9', '3.10', '3.11', '3.12', 'pypy-3.9', 'pypy-3.10']
[
'3.9',
'3.10',
'3.11',
'3.12',
'3.13.0-beta.2',
'pypy-3.9',
'pypy-3.10',
]
continue-on-error: true
services:
database:
Expand Down

0 comments on commit bad38c3

Please sign in to comment.