Skip to content

Commit

Permalink
Upgrade docker for tests, remove 3.7 and add 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
saville committed Dec 14, 2023
1 parent 7311d56 commit e3ef4e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
fail-fast: false
matrix:
python-version:
- 3.7
- 3.8
- 3.9
- '3.10'
- '3.11'
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ pylint==2.10.2
pylintfileheader==0.3.0
pycodestyle==2.8.0
# Lock major version only
docker<6
docker<7
tox-pyenv

0 comments on commit e3ef4e7

Please sign in to comment.