Skip to content

Commit e9f3a42

Browse files
committed
ci: do test segfaults go away with Python 3.10 (#14)?
1 parent f929ee2 commit e9f3a42

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ notifications:
99

1010
environment:
1111
matrix:
12-
- PYTHON: "C:\\Python38-x64"
12+
- PYTHON: "C:\\Python310-x64"
1313
DCOR_API_KEY:
1414
secure: fZWCZrKoGp2a/bNqd+quJRsVcRI5Jx774LLx3BX3jDuFAqHEAkGR3M/Wq7IwxXua
1515

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
max-parallel: 1 # do not run jobs in parallel to spare DCOR-dev
1515
fail-fast: false
1616
matrix:
17-
python-version: ['3.8']
17+
python-version: ['3.10']
1818
os: [macos-latest, ubuntu-latest]
1919
env:
2020
# Display must be available globally for linux to know where xvfb is

.github/workflows/deploy_github.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: 3.8
19+
python-version: '3.10'
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip

.github/workflows/deploy_pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v2
1717
with:
18-
python-version: 3.8
18+
python-version: '3.10'
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)