Skip to content

Commit

Permalink
set python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobronzi committed Oct 2, 2024
1 parent 3b3e584 commit 4a9f10a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: install using script
run: |
bash <(curl -s https://raw.githubusercontent.com/mila-iqia/cookiecutter-pyml/use_install_script_in_ci/scripts/quick_install.sh) --project-name fancy_new_project
- name: python-3.9
- name: python-3.11
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.11
- name: linting checks
working-directory: ./fancy_new_project
run: |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name='amlrt_project',
version='0.0.1',
packages=find_packages(include=['amlrt_project', 'amlrt_project.*']),
python_requires='>=3.9',
python_requires='>=3.11',
install_requires=[
'aim==3.18.1; os_name!="nt"',
'comet-ml==3.39.3',
Expand Down

0 comments on commit 4a9f10a

Please sign in to comment.