Skip to content

Commit 9a234e0

Browse files
committed
Bump project version to 1.4.1, remove Py 3.5, 3.6 support
1 parent 2019acb commit 9a234e0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
replacesArtifacts: true
4949
token: ${{ secrets.GITHUB_TOKEN }}
5050
artifacts: ${{ github.workspace }}/dist/*.whl
51-
tag: 1.4.0
52-
body: This is an alpha build of the pdffit2 library (1.4.0)
51+
tag: 1.4.1
52+
body: This is an alpha build of the pdffit2 library (1.4.1)
5353

5454
# This step will upload tagged commits to pypi.
5555
# The pypi token must be added to GH secrets

conda-recipe/conda_build_config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ python:
33
- 3.9
44
- 3.8
55
- 3.7
6-
- 3.6
7-
- 3.5
86
- 2.7
97

108
gsl:

0 commit comments

Comments
 (0)