diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5c7a55..4e0311e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - python: [ '3.8', '3.9', '3.10', '3.11'] + python: [ '3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v3 diff --git a/setup.cfg b/setup.cfg index f130672..1101f2c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,6 +21,7 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 project_urls = Source Code=https://github.com/astronomer/airflow-provider-fivetran-async Changelog=https://github.com/astronomer/airflow-provider-fivetran-async/blob/main/CHANGELOG.md