Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into ci/integration-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Sep 13, 2023
2 parents 4ae64d4 + 104af65 commit 7b95ae1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:

matrix:
# Python version(s) to use when running the tests
# # https://github.com/actions/python-versions/blob/main/versions-manifest.json
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"

# Docker images of MySQL-compliant databases to run the tests suite on
database:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
packages=find_packages(),
python_requires='>=3.8',
extras_require={
'dev': [
'coverage==6.5.0',
Expand All @@ -60,7 +60,7 @@
install_requires=[
'docopt==0.6.2',
'PyYAML==6.0.1',
'mysqlclient==2.1.1',
'mysqlclient==2.2.0',
'sql_metadata==2.8.0',
'termcolor==2.3.0',
'yamlordereddictloader==0.4.0'
Expand Down

0 comments on commit 7b95ae1

Please sign in to comment.