Skip to content

Commit

Permalink
setup: Upgrade Python to 3.10.5 (#481)
Browse files Browse the repository at this point in the history
* setup: Regenerate lockfiles
  • Loading branch information
achimnol committed Jul 3, 2022
1 parent 9d9417e commit 036fa73
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.10.4"
python-version: "3.10.5"
cache: pip
- name: Bootstrap Pants
run: |
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.10.4"
python-version: "3.10.5"
cache: pip
- name: Bootstrap Pants
run: |
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.10.4"
python-version: "3.10.5"
cache: pip
- name: Bootstrap Pants
run: |
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.10.4"
python-version: "3.10.5"
cache: pip
- name: Bootstrap Pants
run: |
Expand Down
1 change: 1 addition & 0 deletions changes/481.misc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade the CPython version requirement to 3.10.5
2 changes: 1 addition & 1 deletion pants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ root_patterns = [

[python]
enable_resolves = true
interpreter_constraints = ["CPython==3.10.4"]
interpreter_constraints = ["CPython==3.10.5"]
lockfile_generator = "pex"

[python.resolves]
Expand Down
4 changes: 2 additions & 2 deletions python-kernel.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// {
// "version": 2,
// "valid_for_interpreter_constraints": [
// "CPython==3.10.4"
// "CPython==3.10.5"
// ],
// "generated_with_requirements": [
// "async_timeout~=3.0",
Expand Down Expand Up @@ -580,7 +580,7 @@
"uvloop~=0.16"
],
"requires_python": [
"==3.10.4"
"==3.10.5"
],
"resolver_version": "pip-2020-resolver",
"style": "universal",
Expand Down
4 changes: 2 additions & 2 deletions python.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// {
// "version": 2,
// "valid_for_interpreter_constraints": [
// "CPython==3.10.4"
// "CPython==3.10.5"
// ],
// "generated_with_requirements": [
// "Jinja2~=3.0.1",
Expand Down Expand Up @@ -3991,7 +3991,7 @@
"zipstream-new~=1.1.8"
],
"requires_python": [
"==3.10.4"
"==3.10.5"
],
"resolver_version": "pip-2020-resolver",
"style": "universal",
Expand Down
4 changes: 2 additions & 2 deletions tools/flake8.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// {
// "version": 2,
// "valid_for_interpreter_constraints": [
// "CPython==3.10.4"
// "CPython==3.10.5"
// ],
// "generated_with_requirements": [
// "flake8-commas>=2.1",
Expand Down Expand Up @@ -195,7 +195,7 @@
"setuptools>=60.0"
],
"requires_python": [
"==3.10.4"
"==3.10.5"
],
"resolver_version": "pip-2020-resolver",
"style": "universal",
Expand Down
4 changes: 2 additions & 2 deletions tools/mypy.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// {
// "version": 2,
// "valid_for_interpreter_constraints": [
// "CPython==3.10.4"
// "CPython==3.10.5"
// ],
// "generated_with_requirements": [
// "mypy>=0.950"
Expand Down Expand Up @@ -141,7 +141,7 @@
"mypy>=0.950"
],
"requires_python": [
"==3.10.4"
"==3.10.5"
],
"resolver_version": "pip-2020-resolver",
"style": "universal",
Expand Down
4 changes: 2 additions & 2 deletions tools/pytest.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// {
// "version": 2,
// "valid_for_interpreter_constraints": [
// "CPython==3.10.4"
// "CPython==3.10.5"
// ],
// "generated_with_requirements": [
// "aioresponses>=0.7.3",
Expand Down Expand Up @@ -942,7 +942,7 @@
"pytest>=7.0"
],
"requires_python": [
"==3.10.4"
"==3.10.5"
],
"resolver_version": "pip-2020-resolver",
"style": "universal",
Expand Down

0 comments on commit 036fa73

Please sign in to comment.