Skip to content

Commit e5b4860

Browse files
committed
test for 3.12
1 parent afa7db2 commit e5b4860

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/cowsay.yaml

Lines changed: 1 addition & 1 deletion
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.8", "3.9", "3.10", "3.11"]
11+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1212

1313
steps:
1414
- uses: actions/checkout@v3

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ___
88

99
## Added
1010
- -v / --version flag for cowsay cli (https://github.com/VaasuDevanS/cowsay-python/issues/26)
11+
- Tested for Python 3.12
1112

1213
___
1314

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
'Programming Language :: Python :: 3.9',
77
'Programming Language :: Python :: 3.10',
88
'Programming Language :: Python :: 3.11',
9+
'Programming Language :: Python :: 3.12',
910
]
1011

1112
setup(
1213
name='cowsay',
13-
version='6.0',
14+
version='6.1',
1415
url='https://github.com/VaasuDevanS/cowsay-python',
1516
license='GNU-GPL',
1617
author='Vaasudevan Srinivasan',

0 commit comments

Comments
 (0)