Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Commit b7cef01

Browse files
committed
deprecate 3.5; refactor strs to f-strings
1 parent 12d774d commit b7cef01

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+647
-920
lines changed

.travis.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
- Added JSON as data source, internal data uses a Python code editor, test_data setting is deprecated [#225](https://github.com/golemhq/golem/issues/225)
88
- Added 4 test hooks: before_test, before_each, after_each, after_test [#227](https://github.com/golemhq/golem/issues/227)
99

10+
### Deprecated
11+
12+
- Python 3.5
13+
1014
## [0.10.1] - 2021-07-30
1115

1216
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Tests can be written with code in Python, codeless using the web IDE, or both.
5151

5252
## Installation
5353

54-
Golem works with Python 3.5+
54+
Golem works with Python 3.6+
5555

5656
```
5757
pip install golem-framework

docs/source/guides/run-from-jenkins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In this guide let's see how Golem tests can be run in jenkins.
66
## Pre-requisites
77

88
- Jenkins is installed.
9-
- Python 3.5+ is installed in the Jenkins machine.
9+
- Python 3.6+ is installed in the Jenkins machine.
1010
- A Golem directory with tests is stored in a git repository.
1111

1212
## Steps

docs/source/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Installation
55

66
### Python
77

8-
Golem requires Python 3.5 or higher.
8+
Golem requires Python 3.6 or higher.
99

1010
**Windows**:
1111

0 commit comments

Comments
 (0)