diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f0f6886..afe90ad 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ] + python-version: [ "3.8", "3.9", "3.10", "3.11" ] steps: - uses: actions/checkout@v4 diff --git a/.idea/misc.xml b/.idea/misc.xml index 89da934..a0f1ba4 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,9 @@ - + + + \ No newline at end of file diff --git a/setup.py b/setup.py index 8bffaa7..53d4e06 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ 'pyliquibase = pyliquibase:main', ], }, - version='2.0.13', + version='2.1.0', packages=find_packages(), author="Memiiso Organization", description='Python liquibase', @@ -25,5 +25,5 @@ license="Apache License 2.0", test_suite='tests', install_requires=["pyjnius==1.5.0"], - python_requires='>=3.7', + python_requires='>=3.8', )