|
23 | 23 | - uses: actions/checkout@v3
|
24 | 24 | - uses: actions/setup-python@v4
|
25 | 25 | with:
|
26 | | - python-version: "3.10" |
| 26 | + python-version: "3.x" |
27 | 27 | cache: 'pip'
|
28 | 28 | cache-dependency-path: 'requirements.txt'
|
29 | 29 | - run: python -m pip install -r requirements.txt
|
|
35 | 35 | - run: sudo apt install -y gettext
|
36 | 36 | - uses: actions/setup-python@v4
|
37 | 37 | with:
|
38 | | - python-version: "3.10" |
39 | | - - uses: actions/setup-node@v3.5.1 |
40 | | - with: |
41 | | - node-version: 'lts/*' |
| 38 | + python-version: "3.x" |
42 | 39 | - uses: actions/checkout@v3
|
43 | 40 | - name: Install Python dependencies
|
44 | 41 | run: python -m pip install --upgrade pip setuptools wheel twine readme-renderer
|
|
54 | 51 | - uses: actions/checkout@v3
|
55 | 52 | - uses: actions/setup-python@v4
|
56 | 53 | with:
|
57 | | - python-version: "3.10" |
| 54 | + python-version: "3.x" |
58 | 55 | cache: 'pip'
|
59 | 56 | cache-dependency-path: 'requirements.txt'
|
60 | 57 | - run: python -m pip install --upgrade pip setuptools wheel
|
|
68 | 65 | strategy:
|
69 | 66 | matrix:
|
70 | 67 | python-version:
|
71 | | - - "3.8" |
72 | 68 | - "3.9"
|
73 | 69 | - "3.10"
|
| 70 | + - "3.11" |
74 | 71 | steps:
|
75 | 72 | - name: Set up Python ${{ matrix.python-version }}
|
76 | 73 | uses: actions/setup-python@v4
|
|
91 | 88 | matrix:
|
92 | 89 | extras:
|
93 | 90 | - wagtail
|
94 | | - python-version: ["3.10"] |
| 91 | + python-version: ["3.x"] |
95 | 92 | steps:
|
96 | 93 | - name: Set up Python ${{ matrix.python-version }}
|
97 | 94 | uses: actions/setup-python@v4
|
|
0 commit comments