Skip to content

Commit a0d3e5f

Browse files
authored
Release version 0.6.0 (#6)
* Release version 0.6.0 * Test multiple python versions
1 parent ee35ac5 commit a0d3e5f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626

2727
test:
2828
runs-on: ubuntu-latest
29+
strategy:
30+
matrix:
31+
python-version: ["3.10", "3.11", "3.12"]
32+
env:
33+
PYTHON_VERSION: ${{ matrix.python-version }}
2934
name: test
3035
steps:
3136
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fishjam-server-sdk"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "Python server SDK for the Fishjam Cloud"
55
authors = ["Fishjam Team"]
66
homepage = "https://github.com/fishjam-cloud/python-server-sdk"

0 commit comments

Comments
 (0)