summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorVal Neekman (AvidCoder) <un33kvu@gmail.com>2022-11-18 13:57:50 -0500
committerVal Neekman (AvidCoder) <un33kvu@gmail.com>2022-11-18 13:57:50 -0500
commitbc2399d85a79231602d90e20b803fc95f30f954d (patch)
tree9580c64defd0891e5ce99861195e37a1c8899929 /.github/workflows
parentc094c8a50371d6da08b782424ace5eca20943c8b (diff)
downloadpython-slugify-bc2399d85a79231602d90e20b803fc95f30f954d.tar.gz
merge sandbox
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml6
-rw-r--r--.github/workflows/dev.yml6
-rw-r--r--.github/workflows/main.yml6
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