Skip to content

Commit f83002c

Browse files
authored
Merge pull request #1994 from mozilla/build-on-newer-python
Use a newer Python
2 parents 23965bb + b816662 commit f83002c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ commands:
1616
parameters:
1717
python-version:
1818
type: string
19-
default: "3.9.4"
19+
default: "3.13"
2020
jobs:
2121
spellcheck:
2222
docker:
@@ -72,7 +72,7 @@ jobs:
7272
- run:
7373
name: Install Firefox related dependencies
7474
command: |
75-
sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa
75+
sudo add-apt-repository -y ppa:ubuntu-mozilla-daily/ppa
7676
sudo apt update
7777
sudo apt install firefox-trunk
7878
- run:

0 commit comments

Comments
 (0)