Skip to content

Commit

Permalink
Merge pull request #52 from jwills/jwills_080
Browse files Browse the repository at this point in the history
Prep for an 0.8.0 release, support DuckDBs >= 1.0.0
  • Loading branch information
jwills authored Oct 12, 2024
2 parents 93d23e0 + c3faa0a commit 7b3f243
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.9 ]
python-version: [ '3.11' ]

steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="target-duckdb",
version="0.7.0",
version="0.8.0",
description="Singer.io target for loading data into DuckDB",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -20,7 +20,7 @@
py_modules=["target_duckdb"],
install_requires=[
"jsonschema>=3.2.0",
"duckdb==1.0.0",
"duckdb>=1.0.0",
],
extras_require={
"test": [
Expand Down

0 comments on commit 7b3f243

Please sign in to comment.