There was an error while loading. Please reload this page.
1 parent fe6938f commit acc2ee2Copy full SHA for acc2ee2
1 file changed
.github/workflows/ci.yml
@@ -34,12 +34,14 @@ jobs:
34
- "3.12"
35
- "3.13"
36
- "3.14"
37
+ - "3.15"
38
steps:
39
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
40
- name: Set up Python ${{ matrix.python-version }}
41
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
42
with:
43
python-version: ${{ matrix.python-version }}
44
+ allow-preleleases: true
45
- name: Install test dependencies
46
run: |
47
python -m pip install --upgrade pip
0 commit comments