Skip to content

Commit 83e6f38

Browse files
authored
Merge pull request #8 from ladisk/jankoslavic-patch-1
Update python-package.yml
2 parents 53cb06f + f56a696 commit 83e6f38

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ["3.10", "3.11", "3.12"]
11+
python-version: ["3.11", "3.12", "3.13"]
1212

1313
steps:
1414
- uses: actions/checkout@v3
@@ -29,4 +29,4 @@ jobs:
2929
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3030
- name: Test with pytest
3131
run: |
32-
pytest
32+
pytest

pyExSi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.43.2'
1+
__version__ = '0.43.3'
22
from .signals import *

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pyExSi"
7-
version = "0.43.2"
7+
version = "0.43.3"
88
authors = [{name = "Aleš Zorman, Domen Gorjup, Janko Slavič", email = "janko.slavic@fs.uni-lj.si"}]
99
maintainers = [{name = "Janko Slavič, Domen Gorjup, Aleš Zorman", email = "janko.slavic@fs.uni-lj.si"}]
1010
license = "MIT"

0 commit comments

Comments
 (0)