Skip to content

Commit 25bd4ff

Browse files
committed
Fix dependencies, update workflow & bump version
1 parent 11514d3 commit 25bd4ff

File tree

5 files changed

+671
-634
lines changed

5 files changed

+671
-634
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16-
python-version: ['3.8', '3.9', '3.10']
16+
python-version: ['3.10', '3.11', '3.12', '3.13']
1717
defaults:
1818
run:
1919
shell: bash

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'succulent'
21-
copyright = '2023, Tadej Lahovnik, Iztok Fister Jr.'
21+
copyright = '2023-2025, Tadej Lahovnik, Iztok Fister Jr.'
2222
author = 'Tadej Lahovnik, Iztok Fister Jr.'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.4.0'
25+
release = '0.4.1'
2626

2727
# -- General configuration ---------------------------------------------------
2828

0 commit comments

Comments
 (0)