Skip to content

Commit a1a8041

Browse files
1 parent 66507dc commit a1a8041

File tree

6 files changed

+400
-311
lines changed

6 files changed

+400
-311
lines changed

.github/workflows/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip==24.3.1
2-
poetry==1.8.5
2+
poetry==2.0.0
33
poetry-dynamic-versioning==1.5.0
44
poetry-plugin-export==1.8.0
55
nox==2024.10.9

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ concurrency:
3030
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
3131
cancel-in-progress: true
3232

33+
env:
34+
FORCE_COLOR: "1"
35+
3336
jobs:
3437
test:
3538
runs-on: ubuntu-latest
@@ -48,6 +51,7 @@ jobs:
4851
- "3.11"
4952
- "3.12"
5053
- "3.13"
54+
- "3.14"
5155

5256
steps:
5357
- uses: actions/checkout@v4
@@ -96,7 +100,6 @@ jobs:
96100
uses: actions/setup-python@v5
97101
id: setup-python
98102
with:
99-
python-version: "3.x"
100103
cache: pip
101104
cache-dependency-path: poetry.lock
102105

.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)