Skip to content

Commit

Permalink
Bump CI Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Aug 10, 2023
1 parent d4a4b2a commit 5179311
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"

- name: Install dependencies
working-directory: ./pydatalab
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
fail-fast: false
max-parallel: 2
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ formats: []
build:
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.10"

jobs:
pre_install:
Expand Down
1 change: 1 addition & 0 deletions pydatalab/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
url="https://github.com/the-grey-group/datalab",
include_package_data=True,
packages=find_packages(),
python_requires=">=3.9",
)

0 comments on commit 5179311

Please sign in to comment.