Skip to content

Commit

Permalink
default to python3.9 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobronzi authored Aug 15, 2022
1 parent b08d3e0 commit f1e27a6
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 @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: python-3.8
- name: python-3.9
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: install-dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"project_name": "Wonderful Project",
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}",
"project_short_description": "{{ cookiecutter.project_name }} is wonderful!",
"python_version": "3.8",
"python_version": "3.9",
"environment": ["mila", "generic"],
"pypi_username": "{{ cookiecutter.github_username }}",
"version": "0.0.1",
Expand Down

0 comments on commit f1e27a6

Please sign in to comment.