summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorVal Neekman (AvidCoder) <un33kvu@gmail.com>2022-11-18 13:45:02 -0500
committerVal Neekman (AvidCoder) <un33kvu@gmail.com>2022-11-18 13:45:02 -0500
commita2aaded6a0589292b1c56dc2f3d08778dd97914f (patch)
tree2fbc6d9e2f730650ee250035f76e685693175af9 /.github/workflows/main.yml
parent5ce9210079597a39d57bf9cbe406a3db23cac414 (diff)
parenta229e483b6f82f36600e73e7a2fb62dc2f5e7ed3 (diff)
downloadpython-slugify-a2aaded6a0589292b1c56dc2f3d08778dd97914f.tar.gz
upgrade py to 3.11
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index f1e75b7..68d30fa 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