|
22 | 22 |
|
23 | 23 | - name: Install copier |
24 | 24 | run: | |
25 | | - #pip install --upgrade argcomplete>=1.9.4 |
26 | 25 | pip install copier==9.4.0 |
27 | 26 | pip install copier-templates-extensions==0.3.1 |
28 | | - #pip install pyyaml-include==2.2 |
29 | 27 |
|
30 | 28 | - name: Test image |
31 | 29 | env: |
|
39 | 37 | runs-on: ubuntu-22.04 |
40 | 38 | strategy: |
41 | 39 | matrix: |
42 | | - python-version: [ "3.8", "3.9", "3.10"] |
| 40 | + python-version: [ "3.8", "3.9", "3.10", "3.11"] |
43 | 41 |
|
44 | 42 | services: |
45 | 43 | postgres: |
|
70 | 68 |
|
71 | 69 | - name: Install copier |
72 | 70 | run: | |
73 | | - #pip install --upgrade argcomplete>=1.9.4 |
74 | 71 | pip install copier==9.4.0 |
75 | 72 | pip install copier-templates-extensions==0.3.1 |
76 | | - #pip install pyyaml-include==2.2 |
77 | 73 | python -m copier copy --trust --force . bot-example |
78 | 74 |
|
79 | 75 |
|
@@ -117,18 +113,16 @@ jobs: |
117 | 113 | runs-on: ubuntu-22.04 |
118 | 114 | strategy: |
119 | 115 | matrix: |
120 | | - python-version: ["3.8", "3.9", "3.10"] |
| 116 | + python-version: ["3.8", "3.9", "3.10", "3.11"] |
121 | 117 |
|
122 | 118 | steps: |
123 | 119 | - name: Checkout |
124 | 120 | uses: actions/checkout@v2 |
125 | 121 |
|
126 | 122 | - name: Install copier |
127 | 123 | run: | |
128 | | - #pip install --upgrade argcomplete>=1.9.4 |
129 | 124 | pip install copier==9.4.0 |
130 | 125 | pip install copier-templates-extensions==0.3.1 |
131 | | - #pip install pyyaml-include==2.2 |
132 | 126 | python -m copier copy --trust --force . bot-example |
133 | 127 |
|
134 | 128 | - name: Set up Python ${{ matrix.python-version }} |
|
0 commit comments