Skip to content

Commit a10ad7e

Browse files
authored
Session files cv (#332)
* upgrade cv * version * remove 3.6
1 parent c21a201 commit a10ad7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
python-version: [3.6, 3.7, 3.8]
23+
python-version: [3.7, 3.8, 3.9]
2424
steps:
2525
- uses: actions/checkout@v2.4.0
2626
- name: Set up Python ${{ matrix.python-version }}

cuenca/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.15.4'
1+
__version__ = '0.15.5'
22
CLIENT_VERSION = __version__
33
API_VERSION = '2020-03-19'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
requests==2.27.1
2-
cuenca-validations==0.11.11
2+
cuenca-validations==0.11.12
33
dataclasses>=0.7;python_version<"3.7"

0 commit comments

Comments
 (0)