We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1920ba1 commit a6cda37Copy full SHA for a6cda37
.github/workflows/pr.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
+ python-version: ['3.9', '3.10', '3.11', '3.12']
14
15
steps:
16
- name: Checkout code
@@ -67,4 +67,4 @@ jobs:
67
file: ./coverage.xml
68
flags: unittests
69
name: codecov-umbrella
70
- fail_ci_if_error: false
+ fail_ci_if_error: false
.github/workflows/release.yml
@@ -118,4 +118,4 @@ jobs:
118
env:
119
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
120
run: |
121
- semantic-release publish
+ semantic-release publish
pyproject.toml
@@ -7,7 +7,7 @@ name = "lingodotdev"
7
version = "1.3.0"
8
description = "Lingo.dev Python SDK"
9
readme = "README.md"
-requires-python = ">=3.8"
+requires-python = ">=3.9"
license = { text = "Apache-2.0" }
authors = [
{ name = "Lingo.dev Team", email = "hi@lingo.dev" },
@@ -20,11 +20,11 @@ classifiers = [
20
"Operating System :: OS Independent",
21
"Programming Language :: Python",
22
"Programming Language :: Python :: 3",
23
- "Programming Language :: Python :: 3.8",
24
"Programming Language :: Python :: 3.9",
25
"Programming Language :: Python :: 3.10",
26
"Programming Language :: Python :: 3.11",
27
"Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
28
"Topic :: Software Development :: Libraries :: Python Modules",
29
"Topic :: Software Development :: Localization",
30
"Topic :: Text Processing :: Linguistic",
0 commit comments