Skip to content

Commit

Permalink
try pypy3.8 beta (celery#6998)
Browse files Browse the repository at this point in the history
* try pypy3.8 beta

* try windows latest
  • Loading branch information
auvipy authored Nov 26, 2021
1 parent fad54a9 commit f769689
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ name: Celery

on:
push:
branches: [ 'master', '5.0' ]
branches: [ 'master']
paths:
- '**.py'
- '**.txt'
- '.github/workflows/python-package.yml'
- '**.toml'
pull_request:
branches: [ 'master', '5.0' ]
branches: [ 'master']
paths:
- '**.py'
- '**.txt'
Expand All @@ -26,8 +26,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.7','pypy-3.8']
os: ["ubuntu-20.04", "windows-2019"]
python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.7', 'pypy-3.8']
os: ["ubuntu-20.04", "windows-latest"]

steps:
- name: Install apt packages
Expand Down

0 comments on commit f769689

Please sign in to comment.