Skip to content

Commit

Permalink
drop python 3.7, 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ezkat committed Feb 1, 2024
1 parent f090050 commit ad45963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- 5432:5432
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9"]
python-version: ["3.9"]
steps:
- uses: actions/checkout@v2
- name: Setup Python
Expand Down

0 comments on commit ad45963

Please sign in to comment.