Skip to content

Commit

Permalink
updated to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Feb 3, 2025
1 parent 4847ee2 commit 81336e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ def _dbt_iris_version() -> str:
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
python_requires=">3.7,<3.12",
python_requires=">3.7",
)
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tox]
skipsdist = True
envlist = py3{8,9,10,11}{-iris,}
envlist = py3{8,9,10,11,12}{-iris,}

[testenv:{py37,py38,py39,py310}]
[testenv:{py37,py38,py39,py310,py311,py312}]
description = unit testing
skip_install = True
passenv = DBT_*,PYTEST_ADOPTS
Expand All @@ -12,7 +12,7 @@ deps =
-r requirements-dev.txt
-e.

[testenv:py3{8,9,10,11}-iris]
[testenv:py3{8,9,10,11,12}-iris]
description = adapter plugin functional testing
skip_install = true
passenv = DBT_*,IRIS_TEST_*,PYTEST_ADOPTS
Expand Down

0 comments on commit 81336e7

Please sign in to comment.