Skip to content

Commit a12c9bc

Browse files
committed
Use Python 3.9 for CI builds.
1 parent 829b769 commit a12c9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

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

66
variables:
7-
PYVERSION: "3.8"
7+
PYVERSION: "3.9"
88
NOSE_WITH_COV: "1"
99
NOSE_COVER_PACKAGE: "factor_analyzer"
1010
LOGCAPTURE_LEVEL: "DEBUG"

0 commit comments

Comments
 (0)