Skip to content

Commit

Permalink
Add Python 3.9 and 3.10 and drop 3.7 support
Browse files Browse the repository at this point in the history
Python 3.7 reached the end-of-life phase on 2023-06-27
and is no longer supported.

Signed-off-by: Eva Millán <evamillan@bitergia.com>
  • Loading branch information
evamillan committed Aug 24, 2023
1 parent a0c24c7 commit 72c4ae9
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 97 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Python ${{ matrix.python-version }} for ES ${{ matrix.elasticsearch-version }}
strategy:
matrix:
python-version: [3.7, 3.8]
python-version: ['3.8', '3.9', '3.10']

steps:
- name: Download distribution artifact
Expand Down

0 comments on commit 72c4ae9

Please sign in to comment.