Skip to content

Commit 433ff4d

Browse files
chore: Use Poetry support for PEP 621
1 parent e780016 commit 433ff4d

5 files changed

Lines changed: 100 additions & 43 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- "3.11"
5959
- "3.12"
6060
- "3.13"
61+
- "3.14"
6162

6263
steps:
6364
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -105,7 +106,6 @@ jobs:
105106
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
106107
id: setup-python
107108
with:
108-
python-version: "3.x"
109109
cache: pip
110110
cache-dependency-path: poetry.lock
111111

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ target/
8585
profile_default/
8686
ipython_config.py
8787

88-
# pyenv
89-
.python-version
90-
9188
# pipenv
9289
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
9390
# However, in case of collaboration, if having platform-specific dependencies or dependencies

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.13

0 commit comments

Comments
 (0)