Skip to content

Commit 7031742

Browse files
committed
Update to 3.14rc2 for windows
1 parent 8d1e8a1 commit 7031742

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: ${{ matrix.python-version == '3.14' }}
6060
uses: actions/setup-python@v5
6161
with:
62-
python-version: '3.14.0-rc.1'
62+
python-version: '3.14.0-rc.2'
6363

6464
- name: Set up Python
6565
if: ${{ matrix.python-version == '2.7' }}

src/python_minifier/f_string.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def _generate_candidates_with_processor(self, prefix, str_processor):
105105
def candidates(self):
106106
actual_candidates = []
107107

108-
# Normal f-string candidates
108+
# Normal f-string candidates
109109
actual_candidates += self._generate_candidates_with_processor('f', self.str_for)
110110

111111
# Raw f-string candidates (if we detect backslashes)

0 commit comments

Comments
 (0)