diff options
| author | Val Neekman (AvidCoder) <un33kvu@gmail.com> | 2022-11-18 13:57:50 -0500 |
|---|---|---|
| committer | Val Neekman (AvidCoder) <un33kvu@gmail.com> | 2022-11-18 13:57:50 -0500 |
| commit | bc2399d85a79231602d90e20b803fc95f30f954d (patch) | |
| tree | 9580c64defd0891e5ce99861195e37a1c8899929 /.github/workflows | |
| parent | c094c8a50371d6da08b782424ace5eca20943c8b (diff) | |
| download | python-slugify-bc2399d85a79231602d90e20b803fc95f30f954d.tar.gz | |
merge sandbox
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/dev.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/main.yml | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4148354..56e4097 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,12 +14,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: [3.6, 3.7, 3.8, 3.9, "3.10", pypy3] + python: [3.7, 3.8, 3.9, "3.10", 3.11, pypy3.8] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: setup python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }} - name: Install dependencies diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index d0cb401..73f2f07 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -14,12 +14,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: [3.6, 3.7, 3.8, 3.9, "3.10", pypy3] + python: [3.7, 3.8, 3.9, "3.10", 3.11, pypy3.8] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: setup python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }} - name: Install dependencies diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f1e75b7..a4ae9ad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,12 +13,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: [3.6, 3.7, 3.8, 3.9, "3.10", pypy3] + python: [3.7, 3.8, 3.9, "3.10", 3.11, pypy3.8] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: setup python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }} - name: Install dependencies |
