Skip to content

Commit 2fc8992

Browse files
authored
Merge pull request #123 from RomanSemkin/v42
v42 preparations
2 parents af8761f + 1b35b84 commit 2fc8992

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Python package
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ master, main, 'v*' ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ master, main ]
1111

1212
jobs:
1313
build:
@@ -16,12 +16,12 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
19+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2020

2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v2
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install dependencies

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="privx_api",
7-
version="41.0.0",
7+
version="42.0.0",
88
packages=["privx_api"],
99
license="Apache Licence 2.0",
1010
url="https://github.com/SSHcom/privx-sdk-for-python",

0 commit comments

Comments
 (0)