Skip to content

Commit

Permalink
Merge pull request #58 from EliahKagan/versions
Browse files Browse the repository at this point in the history
Test Python 3.7 on Ubuntu 22.04, and add Ubuntu 3.13
  • Loading branch information
Byron authored Jan 2, 2025
2 parents f31bfa3 + 636b3e0 commit 8d0e0bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ on: [push, pull_request, workflow_dispatch]

jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
include:
- experimental: false
- os: ubuntu-latest
- python-version: "3.7"
os: ubuntu-22.04

runs-on: ${{ matrix.os }}

continue-on-error: ${{ matrix.experimental }}

steps:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3 :: Only",
],
long_description=long_description,
Expand Down

0 comments on commit 8d0e0bd

Please sign in to comment.