Skip to content

Commit

Permalink
Remove py3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
timeforplanb123 committed Oct 19, 2023
1 parent 624992f commit 1935403
Show file tree
Hide file tree
Showing 5 changed files with 1,315 additions and 870 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
python-version: [ '3.8', '3.9', '3.10' ]
steps:
- uses: actions/checkout@v2
- name: Start dev env
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NAME=$(shell basename $(PWD))

PYTHON:=3.7
PYTHON:=3.8

DOCKER_COMPOSE_FILE=docker-compose.yml
DOCKER_COMPOSE=docker-compose -f ${DOCKER_COMPOSE_FILE}
Expand Down
Loading

0 comments on commit 1935403

Please sign in to comment.