mirror of
https://github.com/django-polymorphic/django-polymorphic.git
synced 2025-07-05 04:03:05 +03:00
add python 3.13 to CI testing
This commit is contained in:
parent
1df7f13ccb
commit
b375ed1542
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -32,6 +32,7 @@ jobs:
|
|||
- python-version: "3.10"
|
||||
- python-version: "3.11"
|
||||
- python-version: "3.12"
|
||||
- python-version: "3.13"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: "Set up Python ${{ matrix.python-version }}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user