Skip to content

Commit

Permalink
Drop python 3.7 and earlier support
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Oct 6, 2023
1 parent 2c2fd3f commit 35d902c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
AWS_DEFAULT_REGION: us-east-1
strategy:
matrix:
python: [ 3.7, 3.8, 3.9, "3.10" ]
python: [ 3.8, 3.9, "3.10" ]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ def find_version(*file_paths):
"Topic :: Software Development :: Code Generators",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down
1 change: 0 additions & 1 deletion tests/test_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"java8",
"java11",
"go1.x",
"python3.7",
"python3.8",
"python3.9",
"dotnetcore2.1",
Expand Down

0 comments on commit 35d902c

Please sign in to comment.