Skip to content

Commit

Permalink
CI: update CircleCI Ubuntu image to 24.04 (#1633)
Browse files Browse the repository at this point in the history
* Update CircleCI ubuntu image to 24.04

* Also remove deprecated CODEOWNERS file.

* Force lower cython for PyYAML version, which is necessary for newer Python. Otherwise we should vet newer PyYAML.

* Revert "Force lower cython for PyYAML version, which is necessary for newer Python. Otherwise we should vet newer PyYAML."

This reverts commit 018c354.

* Instead of forcing cython we should just bump PyYAML

* Also bump PyYAML in e2e_tests.
  • Loading branch information
onetechnical authored Sep 17, 2024
1 parent 249016c commit 56d86ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ orbs:
parameters:
ubuntu_image:
type: string
default: "ubuntu-2204:2022.04.2"
default: "ubuntu-2404:2024.05.1"

workflows:
version: 2
Expand Down
2 changes: 0 additions & 2 deletions CODEOWNERS

This file was deleted.

2 changes: 1 addition & 1 deletion e2e_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
"msgpack==1.0.4",
"py-algorand-sdk==1.17.0",
"pytest==6.2.5",
"PyYAML==6.0",
"PyYAML==6.0.2",
"setuptools ==70.0.0",
]

Expand Down
4 changes: 2 additions & 2 deletions misc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ msgpack >=1,<2
py-algorand-sdk >=1.3.0,<2
pytest==6.2.5
GitPython==3.1.41
PyYAML==6.0
requests==2.32.0
PyYAML==6.0.2
requests==2.32.0

0 comments on commit 56d86ca

Please sign in to comment.