Skip to content

Commit bb2a540

Browse files
committed
changer version for 2026.1 and add python 3.13 among classifiers
1 parent 13d3604 commit bb2a540

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
17+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
1818

1919
steps:
2020
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers = [
2222
'Programming Language :: Python :: 3.10',
2323
'Programming Language :: Python :: 3.11',
2424
'Programming Language :: Python :: 3.12',
25+
'Programming Language :: Python :: 3.13',
2526
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
2627
'Operating System :: Microsoft :: Windows',
2728
'Operating System :: POSIX :: Linux',

pystack3d/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .stack3d import Stack3d, ASSETS
22

3-
VERSION = "2025.3"
3+
VERSION = "2026.1"

0 commit comments

Comments
 (0)