Skip to content

Commit

Permalink
Reenable version checks
Browse files Browse the repository at this point in the history
Add 3.12 to supported versions
  • Loading branch information
pgleeson committed Apr 17, 2024
1 parent d2354b7 commit 1dcf15b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Test across versions

on:
push:
branches: [ master, development, experimental, test__* ]
branches: [ master, development, experimental, test* ]
pull_request:
branches: [ master, development, experimental, test__* ]
branches: [ master, development, experimental, test* ]

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers=
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering

[options]
Expand Down

0 comments on commit 1dcf15b

Please sign in to comment.