Skip to content

Commit

Permalink
Merge branch 'python-3.9' of 'https://github.com/jjmerchante/grimoire…
Browse files Browse the repository at this point in the history
…lab-sirmordred'

Merges #629 
Closes #629
  • Loading branch information
sduenas authored Sep 20, 2024
2 parents e5759b6 + 02bd6d4 commit 49462f3
Show file tree
Hide file tree
Showing 6 changed files with 337 additions and 368 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
name: Python ${{ matrix.python-version }} for ES ${{ matrix.elasticsearch-version }}
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
elasticsearch-version: [6.8.6]
python-version: ['3.9', '3.10', '3.11']
elasticsearch-version: [6.8.6, 7.2.0]

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
name: Python ${{ matrix.python-version }} for ES ${{ matrix.elasticsearch-version }}
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
elasticsearch-version: [6.8.6]
python-version: ['3.9', '3.10', '3.11']
elasticsearch-version: [6.8.6, 7.2.0]

steps:
- name: Checkout
Expand Down
Loading

0 comments on commit 49462f3

Please sign in to comment.