Skip to content

Commit

Permalink
Add Python 3.11 to GHA (#590)
Browse files Browse the repository at this point in the history
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
  • Loading branch information
gliptak committed Dec 8, 2022
1 parent 2784660 commit a674ac8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [2.7, "3.7", "3.8", "3.9", "3.10"]
python-version: [2.7, "3.7", "3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest]

steps:
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Shortcuts for various tasks (UNIX only).
# To use a specific Python version run:
# $ make install PYTHON=python3.3
# $ make install PYTHON=python3.7

PYTHON = python3
TSCRIPT = pyftpdlib/test/runner.py
ARGS =
DEV_DEPS = \
git+https://github.com/PyCQA/autoflake.git \
autoflake \
cffi \
check-manifest \
coverage \
flake8 \
flake8==5.0.4 \
flake8-blind-except \
flake8-bugbear \
flake8-debugger \
Expand Down

0 comments on commit a674ac8

Please sign in to comment.