Skip to content

Commit 5a399fb

Browse files
committed
Singer/Meltano: Use Python 3.14
1 parent dc1481e commit 5a399fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/framework-singer-meltano.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
os: [ 'ubuntu-latest' ]
3939
python-version: [
4040
'3.10',
41-
'3.11',
41+
'3.14',
4242
]
4343
cratedb-version: [ 'nightly' ]
4444

framework/singer-meltano/singerfile-to-cratedb/meltano.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins:
2121

2222
- name: tap-singer-jsonl
2323
variant: kgpayne
24-
pip_url: git+https://github.com/crate-workbench/tap-singer-jsonl@fix-paths
24+
pip_url: git+https://github.com/crate-workbench/tap-singer-jsonl@preview
2525
config:
2626
source: local
2727
add_record_metadata: false

0 commit comments

Comments
 (0)