Skip to content

Commit

Permalink
tag: 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Jan 27, 2024
1 parent 4c6f3bf commit f5b6e22
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@ matrix:
- python: 'pypy3.8-7.3.11'
env:

- python: 'pypy3.9-7.3.9' # at 7.3.13
- python: 'pypy3.9-7.3.9' # at 7.3.15
env:

- python: 'pypy3.9-7.3.13'
- python: 'pypy3.9-7.3.15'
env:

- python: 'pypy3.10-7.3.13'
- python: 'pypy3.10-7.3.15'
env:

allow_failures:
- python: '3.13-dev'
- python: 'pypy3.8-7.3.11' # CI missing
- python: 'pypy3.9-7.3.13' # CI missing
- python: 'pypy3.10-7.3.13' # CI missing
- python: 'pypy3.9-7.3.15' # CI missing
- python: 'pypy3.10-7.3.15' # CI missing
fast_finish: true

cache:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[egg_info]
tag_build = .dev0
#tag_build = .dev0

[bdist_wheel]
#python-tag = py3
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# License: 3-clause BSD. The full license text is available at:
# - https://github.com/uqfoundation/pox/blob/master/LICENSE

__version__ = '0.3.4.dev0'
__version__ = '0.3.4'#.dev0'
__author__ = 'Mike McKerns'
__contact__ = '[email protected]'

Expand Down

0 comments on commit f5b6e22

Please sign in to comment.