Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 047217c

Browse files
authored
Merge branch 'main' into pre-commit-ci-update-config
2 parents 0492b4f + 74831e2 commit 047217c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@ body:
2525
description: Version of Python you are using
2626
options:
2727
- "3.6 (deprecated)"
28-
- "3.7"
29-
- "3.8"
28+
- "3.7 (deprecated)"
29+
- "3.8 (deprecated)"
3030
- "3.9"
3131
- "3.10"
32+
- "3.11"
33+
- "3.12"
34+
- "3.13"
3235
- "NA"
3336
validations:
3437
required: true

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: ["3.7", "3.8", "3.9", "3.10"]
16+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1717

1818
steps:
1919
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ packages = [{include = "basic_python_template"}]
1919
"Youtube" = "https://www.youtube.com/meltano"
2020

2121
[tool.poetry.dependencies]
22-
python = "<3.11,>=3.7"
22+
python = "<3.13,>=3.9"
2323

2424
[tool.poetry.group.dev.dependencies]
2525
# Many dev deps (e.g. linters) should be managed by pre-commit. This gives them

0 commit comments

Comments
 (0)