Skip to content

Commit

Permalink
Updates python version in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptakS committed Nov 7, 2022
1 parent 445131a commit 57f20fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
- id: setup-python
uses: actions/setup-python@v3
with:
# A lower version is used because of a dependency issue in Python
# versions 3.8-3.10
python-version: "3.7"
python-version: "3.10"
# We need the Go version and Go cache location for the actions/cache step,
# so the Go installation must happen before that.
- uses: actions/setup-go@v2
Expand Down Expand Up @@ -166,9 +164,7 @@ jobs:
- id: setup-python
uses: actions/setup-python@v3
with:
# A lower version is used because of a dependency issue in Python
# versions 3.8-3.10
python-version: "3.7"
python-version: "3.10"
- uses: actions/cache@v3
env:
BASE_CACHE_KEY: "${{ github.job }}-${{ runner.os }}-\
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def get_version(version_file):
# that you indicate whether you support Python 2, Python 3 or both.
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 57f20fa

Please sign in to comment.