Skip to content

Commit

Permalink
ci: do test segfaults go away with Python 3.10 (#14)?
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Mar 21, 2022
1 parent f929ee2 commit e9f3a42
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ notifications:

environment:
matrix:
- PYTHON: "C:\\Python38-x64"
- PYTHON: "C:\\Python310-x64"
DCOR_API_KEY:
secure: fZWCZrKoGp2a/bNqd+quJRsVcRI5Jx774LLx3BX3jDuFAqHEAkGR3M/Wq7IwxXua

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
max-parallel: 1 # do not run jobs in parallel to spare DCOR-dev
fail-fast: false
matrix:
python-version: ['3.8']
python-version: ['3.10']
os: [macos-latest, ubuntu-latest]
env:
# Display must be available globally for linux to know where xvfb is
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit e9f3a42

Please sign in to comment.