Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit33a5f05

Browse files
Prepare 2.6.0
1 parent764656d commit33a5f05

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

‎.github/workflows/test.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast:false
1414
matrix:
15-
python-version:["3.8", "3.9", "3.10", "3.11", "3.12"]
15+
python-version:["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1616
steps:
1717
-uses:actions/checkout@v4
1818
-name:Set up Python

‎CHANGELOG.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
#Changelog
22

3+
##2.6.0 (2024-10-17)
4+
5+
###Added
6+
- The`how` function of`combine` can access the current interval if`pass_interval` is set (see[#97](https://github.com/AlexandreDecan/portion/issues/97)).
7+
8+
39

410
##2.5.0 (2024-09-18)
511

‎setup.py‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="portion",
12-
version="2.5.0",
12+
version="2.6.0",
1313
license="LGPLv3",
1414
author="Alexandre Decan",
1515
url="https://github.com/AlexandreDecan/portion",
@@ -31,6 +31,7 @@
3131
"Programming Language :: Python :: 3.10",
3232
"Programming Language :: Python :: 3.11",
3333
"Programming Language :: Python :: 3.12",
34+
"Programming Language :: Python :: 3.13",
3435
],
3536
keywords="interval operation range math",
3637
packages=find_packages(include=["portion"]),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp