Skip to content

Commit 6d52a5c

Browse files
authored
Refresh build versions (#19)
* Refresh build versions * Fix for pylama
1 parent 2ce5d83 commit 6d52a5c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/general.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
python-version: [3.6, 3.7, 3.8, 3.9]
22-
es-ver: ['6.8.0', '7.4.2', '7.14.1']
21+
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]
22+
es-ver: ['7.4.2', '7.14.1', '8.17.0']
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v2

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def read(*paths):
3232
'pytest-cov',
3333
'tabulator',
3434
'tox',
35+
'setuptools==71.0.0',
3536
]
3637
EXAMPLES_REQUIRE = [
3738
'python-dotenv',

0 commit comments

Comments
 (0)