Skip to content

Commit

Permalink
Switch to Python 3.10 (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
florimondmanca authored Dec 19, 2021
1 parent 0a4b2ae commit c67f858
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .buildpacks
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
https://github.com/grauwoelfchen/heroku-buildpack-gettext.git#v0.3
https://github.com/heroku/heroku-buildpack-nodejs.git#v172
https://github.com/heroku/heroku-buildpack-python.git#v184
https://github.com/heroku/heroku-buildpack-python.git#v200
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Code for https://florimond.dev.

Runtime:

- Python 3.9+
- Python 3.10+

Development only:

Expand Down
6 changes: 3 additions & 3 deletions ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ variables:
jobs:
- template: job--python-check.yml@templates
parameters:
pythonVersion: "3.9"
pythonVersion: "3.10"

- job: Build
steps:
Expand All @@ -34,14 +34,14 @@ jobs:
- template: job--python-test.yml@templates
parameters:
jobs:
py39:
py310:
coverage: true

- job: Deploy
dependsOn:
- Check
- Build
- py39
- py310
condition: and(succeeded(), eq(variables.IS_MASTER_BRANCH, true))
steps:
- task: InstallSSHKey@0
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.9.0
python-3.10.0

0 comments on commit c67f858

Please sign in to comment.