Skip to content

Commit acc2ee2

Browse files
committed
Test on Python 3.15
1 parent fe6938f commit acc2ee2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,14 @@ jobs:
3434
- "3.12"
3535
- "3.13"
3636
- "3.14"
37+
- "3.15"
3738
steps:
3839
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3940
- name: Set up Python ${{ matrix.python-version }}
4041
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
4142
with:
4243
python-version: ${{ matrix.python-version }}
44+
allow-preleleases: true
4345
- name: Install test dependencies
4446
run: |
4547
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)