Skip to content

Commit 67a5e29

Browse files
authored
Merge pull request #31 from seyong92/main
pull request for 0.3.8
2 parents 9b743fd + 7c0c358 commit 67a5e29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.8", "3.9", "3.10", "3.11"]
19+
python-version: ["3.9", "3.10", "3.11"]
2020

2121
steps:
2222
- uses: actions/checkout@v3

tests/test_pytsmod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33

44
def test_version():
5-
assert __version__ == '0.3.7'
5+
assert __version__ == '0.3.8'
66

0 commit comments

Comments
 (0)