Skip to content

Commit

Permalink
chore: add python 3.12 support (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrmyy authored Oct 9, 2023
1 parent bde1ccb commit cf3df7f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Requirements

* Python from 3.7 to 3.11
* Python from 3.8 to 3.12
* Virtual Environment or any other Python environment manager

## Getting started
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<a href="https://pypi.org/project/dbt-athena-community/">
<img src="https://badge.fury.io/py/dbt-athena-community.svg" />
</a>
<a target="_blank" href="https://pypi.org/project/dlt/" style="background:none">
<a target="_blank" href="https://pypi.org/project/dbt-athena-community/" style="background:none">
<img src="https://img.shields.io/pypi/pyversions/dbt-athena-community">
</a>
<a href="https://pycqa.github.io/isort/">
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def _get_package_version() -> str:
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
python_requires=">=3.8",
)

0 comments on commit cf3df7f

Please sign in to comment.