Skip to content

Commit a6cda37

Browse files
committed
cohre: deps
1 parent 1920ba1 commit a6cda37

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
13+
python-version: ['3.9', '3.10', '3.11', '3.12']
1414

1515
steps:
1616
- name: Checkout code
@@ -67,4 +67,4 @@ jobs:
6767
file: ./coverage.xml
6868
flags: unittests
6969
name: codecov-umbrella
70-
fail_ci_if_error: false
70+
fail_ci_if_error: false

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
13+
python-version: ['3.9', '3.10', '3.11', '3.12']
1414

1515
steps:
1616
- name: Checkout code
@@ -118,4 +118,4 @@ jobs:
118118
env:
119119
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
120120
run: |
121-
semantic-release publish
121+
semantic-release publish

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "lingodotdev"
77
version = "1.3.0"
88
description = "Lingo.dev Python SDK"
99
readme = "README.md"
10-
requires-python = ">=3.8"
10+
requires-python = ">=3.9"
1111
license = { text = "Apache-2.0" }
1212
authors = [
1313
{ name = "Lingo.dev Team", email = "hi@lingo.dev" },
@@ -20,11 +20,11 @@ classifiers = [
2020
"Operating System :: OS Independent",
2121
"Programming Language :: Python",
2222
"Programming Language :: Python :: 3",
23-
"Programming Language :: Python :: 3.8",
2423
"Programming Language :: Python :: 3.9",
2524
"Programming Language :: Python :: 3.10",
2625
"Programming Language :: Python :: 3.11",
2726
"Programming Language :: Python :: 3.12",
27+
"Programming Language :: Python :: 3.13",
2828
"Topic :: Software Development :: Libraries :: Python Modules",
2929
"Topic :: Software Development :: Localization",
3030
"Topic :: Text Processing :: Linguistic",

0 commit comments

Comments
 (0)