Skip to content

Commit 8ca3663

Browse files
committed
Updates Python versions
1 parent f1aae0d commit 8ca3663

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v2
2121
with:
22-
python-version: '3.11'
22+
python-version: '3.13'
2323
- name: Verify versioning
2424
run: |
2525
[ "$(poetry version -s)" == "${GITHUB_REF#refs/tags/v}" ]

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
os: [ 'ubuntu-20.04' ]
14-
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
13+
os: [ 'ubuntu-22.04' ]
14+
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [
1111
]
1212

1313
[tool.poetry.dependencies]
14-
python = "^3.8"
14+
python = "^3.9"
1515
pysigma = "^0.11.1"
1616

1717
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)