Skip to content

Commit ac0bd69

Browse files
committed
Fix Python version classifiers
1 parent 1b0d4c0 commit ac0bd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
'Programming Language :: Python :: 3.9',
7474
'Programming Language :: Python :: 3.10',
7575
'Programming Language :: Python :: 3.11',
76-
'Programming Language :: Python :: 3.12'
76+
'Programming Language :: Python :: 3.12',
7777
'Programming Language :: Python :: 3.13'
7878
],
7979
description="dbt (data build tool) adapter for Oracle Autonomous Database",

0 commit comments

Comments
 (0)