Skip to content

Commit

Permalink
RLS v1.3.0rc0 (MacPython#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjayhawkins authored Jun 12, 2021
1 parent de2a1d1 commit 6b6dde7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
global:
- REPO_DIR=pandas
# on release change this to a version
- BUILD_COMMIT="v1.2.4"
- BUILD_COMMIT="v1.3.0rc0"
- UNICODE_WIDTH=32
- PLAT=aarch64
- NP_BUILD_DEP="numpy==1.16.5"
Expand Down
2 changes: 1 addition & 1 deletion azure/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
vmImage: ${{ parameters.vmImage }}
variables:
REPO_DIR: "pandas"
BUILD_COMMIT: "v1.2.4"
BUILD_COMMIT: "v1.3.0rc0"
PLAT: "x86_64"
NP_BUILD_DEP: "numpy==1.16.5"
CYTHON_BUILD_DEP: "cython==0.29.21"
Expand Down
2 changes: 1 addition & 1 deletion azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
pool:
vmImage: ${{ parameters.vmImage }}
variables:
BUILD_COMMIT: "v1.2.4"
BUILD_COMMIT: "v1.3.0rc0"
NP_BUILD_DEP: "1.16.5"
CYTHON_BUILD_DEP: "0.29.21"
NIGHTLY_BUILD_COMMIT: "master"
Expand Down

0 comments on commit 6b6dde7

Please sign in to comment.